From owner-freebsd-hackers@FreeBSD.ORG Mon May 9 15:43:03 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BBAC16A4E8 for ; Mon, 9 May 2005 15:43:03 +0000 (GMT) Received: from mail-svr1.cs.utah.edu (mail-svr1.cs.utah.edu [155.98.64.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A8C143D39 for ; Mon, 9 May 2005 15:43:03 +0000 (GMT) (envelope-from saggarwa@cs.utah.edu) Received: from localhost (localhost [127.0.0.1]) by mail-svr1.cs.utah.edu (Postfix) with ESMTP id EC509346F3 for ; Mon, 9 May 2005 09:43:02 -0600 (MDT) Received: from mail-svr1.cs.utah.edu ([127.0.0.1]) by localhost (mail-svr1.cs.utah.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 08951-10 for ; Mon, 9 May 2005 09:43:02 -0600 (MDT) Received: from trust.cs.utah.edu (trust.cs.utah.edu [155.98.65.28]) by mail-svr1.cs.utah.edu (Postfix) with ESMTP id A01FA346EC for ; Mon, 9 May 2005 09:43:02 -0600 (MDT) Received: by trust.cs.utah.edu (Postfix, from userid 4973) id 8AF863F68; Mon, 9 May 2005 09:43:02 -0600 (MDT) Received: from localhost (localhost [127.0.0.1]) by trust.cs.utah.edu (Postfix) with ESMTP id 7AE9D3F62 for ; Mon, 9 May 2005 09:43:02 -0600 (MDT) Date: Mon, 9 May 2005 09:43:02 -0600 (MDT) From: Siddharth Aggarwal To: freebsd-hackers@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: amavisd-new at cs.utah.edu Subject: ffs snapshots X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 May 2005 15:43:03 -0000 Hi, I was wondering why the limit for file system snapshots in BSD 5 has been set to 20. Is it a limitation due to the way this feature has been implemented? -Siddharth.