From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benny Halevy Subject: Re: [pnfs] mds service state machine Date: Wed, 07 Jul 2010 08:48:22 +0300 Message-ID: <4C341526.6040005@panasas.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Cc: linux-pnfs To: quanli gui Return-path: Received: from daytona.panasas.com ([67.152.220.89]:13193 "EHLO daytona.int.panasas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750937Ab0GGFsZ (ORCPT ); Wed, 7 Jul 2010 01:48:25 -0400 In-Reply-To: Sender: linux-nfs-owner@vger.kernel.org List-ID: On Jul. 05, 2010, 9:46 +0300, quanli gui wrote: > I use dprintk to see what mds do when the client write something to ds. > But dprintk is not full, i don't know the lgoic sequence. I also want to > know mds use which funtions to service client. When the client writes to the DS there should not be any client to MDS communication. Later, you should see a LAYOUTCOMMIT and LAYOUTRETURN arriving at the server. Benny