Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Apr 2001 15:27:00 +0200
From:      "Leif Neland" <leifn@neland.dk>
To:        <freebsd-isp@FreeBSD.ORG>, "Andrew Matheson" <drakFB@drak.com>
Subject:   Re: vnodes and jail
Message-ID:  <017701c0d0b0$193e2ae0$6405a8c0@neland.dk>
References:  <a05010406b7118d108fea@[192.168.1.5]>

next in thread | previous in thread | raw e-mail | index | archive | help
> I'm setting up a few virtual servers using jail (on a single disk system) and would like to prevent them from filling my primary or their shared file systems.  It looks like I can limit their consumption using vnodes to give each one their own virtual disk.  Is this a practical way of handling it, or is there a better solution?  I'm new to vnodes, so I would also appreciate any insight into what performance degradation I should expect.
> 

You don't want to limit by vnodes, as you probably don't care how many files they have, just how many MB they have.

You probably can use quota instead, as it (probably) doesn't matter if the users are jailed or not.

Leif


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?017701c0d0b0$193e2ae0$6405a8c0>