Jasper van Wanrooy - Chatventure
2009-May-29 13:39 UTC
[Gluster-users] FORGET xxxx not found in inode table
Hi All, During our testing activities we saw hundreds of lines in glusterfsd.log with the following: [2009-05-29 15:35:47] D [server-protocol.c:3559:server_forget] brick: 3128976: FORGET 5244266 not found in inode table [2009-05-29 15:35:47] D [server-protocol.c:3559:server_forget] brick: 3128977: FORGET 5244265 not found in inode table [2009-05-29 15:35:47] D [server-protocol.c:3559:server_forget] brick: 3128978: FORGET 5244264 not found in inode table [2009-05-29 15:35:47] D [server-protocol.c:3559:server_forget] brick: 3128979: FORGET 5244263 not found in inode table [2009-05-29 15:35:47] D [server-protocol.c:3559:server_forget] brick: 3128980: FORGET 5244262 not found in inode table [2009-05-29 15:35:47] D [server-protocol.c:3559:server_forget] brick: 3128981: FORGET 5244261 not found in inode table [2009-05-29 15:35:47] D [server-protocol.c:3559:server_forget] brick: 3128982: FORGET 5244260 not found in inode table [2009-05-29 15:35:47] D [server-protocol.c:3559:server_forget] brick: 3128983: FORGET 5244259 not found in inode table [2009-05-29 15:35:47] D [server-protocol.c:3559:server_forget] brick: 3128984: FORGET 5244258 not found in inode table [2009-05-29 15:35:47] D [server-protocol.c:3559:server_forget] brick: 3128985: FORGET 5244257 not found in inode table [2009-05-29 15:35:47] D [server-protocol.c:3559:server_forget] brick: 3128986: FORGET 5244256 not found in inode table [2009-05-29 15:35:47] D [server-protocol.c:3559:server_forget] brick: 3128987: FORGET 5244255 not found in inode table [2009-05-29 15:35:47] D [server-protocol.c:3559:server_forget] brick: 3128988: FORGET 5244254 not found in inode table [2009-05-29 15:35:48] D [server-protocol.c:3559:server_forget] brick: 3128989: FORGET 5244253 not found in inode table [2009-05-29 15:35:48] D [server-protocol.c:3559:server_forget] brick: 3128990: FORGET 5244252 not found in inode table [2009-05-29 15:35:48] D [server-protocol.c:3559:server_forget] brick: 3128991: FORGET 5244251 not found in inode table [2009-05-29 15:35:48] D [server-protocol.c:3559:server_forget] brick: 3128992: FORGET 5244250 not found in inode table [2009-05-29 15:35:48] D [server-protocol.c:3559:server_forget] brick: 3128993: FORGET 5244249 not found in inode table Does anyone know what this exactly means? It seems to be a sequence. Is it possible this is caused by umounting a client? Best Regards Jasper Jasper van Wanrooy - Chatventure BV Technical Manager T: +31 (0) 6 47 248 722 E: jvanwanrooy at chatventure.nl W: www.chatventure.nl -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20090529/988c6a4d/attachment.html>
> > [2009-05-29 15:35:48] D [server-protocol.c:3559:server_forget] brick: > 3128993: FORGET 5244249 not found in inode table > > Does anyone know what this exactly means? It seems to be a sequence. Is it > possible this is caused by umounting a client? >Yes, its possible when a client is umounted. This happens because server has its own purging mechanism for inode table, but clients relay upon kernel's/VFS's forget calls to forget a inode. This is a safe log, you can ignore it. Regards, -- Amar Tumballi -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20090529/6adcd8bf/attachment.html>