Return-Path: william@bourbon.usc.edu Delivery-Date: Wed Nov 19 19:57:32 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on merlot.usc.edu X-Spam-Level: X-Spam-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 Received: from bourbon.usc.edu (bourbon.usc.edu [128.125.9.75]) by merlot.usc.edu (8.14.1/8.14.1) with ESMTP id mAK3vW2I004399 for ; Wed, 19 Nov 2008 19:57:32 -0800 Received: from bourbon.usc.edu (localhost.localdomain [127.0.0.1]) by bourbon.usc.edu (8.14.2/8.14.1) with ESMTP id mAK3sg9G014114 for ; Wed, 19 Nov 2008 19:54:42 -0800 Message-Id: <200811200354.mAK3sg9G014114@bourbon.usc.edu> To: cs551@merlot.usc.edu Subject: Re: CS551 Final2 - disk quota Date: Wed, 19 Nov 2008 19:54:42 -0800 From: Bill Cheng Someone wrote: > If you receive a store request msg. A file is added to the minifile system > with #.data .meta etc, but no file is added to the cwd correct? Correct. In this case, the job of a node is to cache a copy of the file in the server side of the node. -- Bill Cheng // bill.cheng@usc.edu -----Original Message----- From: Bill Cheng [mailto:william@bourbon.usc.edu] Sent: Wednesday, November 19, 2008 10:05 AM To: cs551@merlot.usc.edu Subject: Re: CS551 Final2 - disk quota Someone wrote: > A Get request should place a file in the mini file system, as > well as the cwd with the filename given at the commandline or > the default if the file is not specified? For the copy in the mini-filesystem, the file name should be #.data where # is a number. For the copy in the current working directory, if the filename is not given in the commandline, you should use the filename from the file metadata. -- Bill Cheng // bill.cheng@usc.edu