9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: geoff@plan9.bell-labs.com
To: 9fans@cse.psu.edu
Subject: Re: [9fans] fossil+plan9: disk full revisited
Date: Wed, 29 Nov 2006 17:34:48 -0500	[thread overview]
Message-ID: <d1d01b839238b8c0613fa76d7c292283@plan9.bell-labs.com> (raw)
In-Reply-To: <87bqmqc62s.fsf@jorgito.magma.com.ni>

Fossil does not eliminate duplicate blocks nor compress blocks, but
venti does both, and it is intended that serious use of fossil should
be backed with venti (which arenas should be stored on a RAID or
equivalent).  Using fossil without a backing venti gives the
equivalent of an `other' partition on Ken's file server: scratch
space.

The fossil write buffer needs to be only as large as the largest set
of blocks dirtied between dumps to venti, loosely speaking, so it can
typically be much smaller than the venti arenas backing it.  Edith,
our current primary file server, has 400GB of venti arenas, with
another 100GB available but not yet configured, and 34GB of fossil
write buffer, of which df reports 3% used.  87% of the arenas are
used.  (Yes, we have a new, larger file server ready to replace
edith.)



      reply	other threads:[~2006-11-29 22:34 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-22  0:24 Georg Lehner
2006-11-22 11:23 ` Robert Raschke
2006-11-23  2:05 ` Dave Eckhardt
2006-11-29 21:10   ` Georg Lehner
2006-11-29 22:34     ` geoff [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d1d01b839238b8c0613fa76d7c292283@plan9.bell-labs.com \
    --to=geoff@plan9.bell-labs.com \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).