Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jul 2009 15:30:11 +0400
From:      "Andrey V. Elsukov" <bu7cher@yandex.ru>
To:        Arnaud Houdelette <arnaud.houdelette@tzim.net>
Cc:        freebsd-stable@freebsd.org, grarpamp <grarpamp@gmail.com>
Subject:   Re: Cannot rm files when ZFS is full
Message-ID:  <4A718443.4020200@yandex.ru>
In-Reply-To: <4A716DE4.4070506@tzim.net>
References:  <d2e731a10907282029rd17ca1ag892c3c9615e76140@mail.gmail.com>	<14989d6e0907290025i499c71fbn289b64a7da0e4b97@mail.gmail.com>	<d2e731a10907292222t6f4c02ebn3895ba9efc0d4f01@mail.gmail.com> <4A716DE4.4070506@tzim.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Arnaud Houdelette wrote:
> [carenath] /testpool# zfs list -r -o name,used,avail,refer,quota testpool
> NAME            USED  AVAIL  REFER  QUOTA
> testpool        156M      0   156M   156M
> testpool@test  22.6K      -   153M      -
> [carenath] /testpool# ll -h
> total 159295
> -rw-r--r--  1 root  wheel    15M Jul 30 11:29 random
> -rw-r--r--  1 root  wheel    61M Jul 30 11:35 random2
> -rw-r--r--  1 root  wheel    77M Jul 30 11:37 zero
> -rw-r--r--  1 root  wheel   2.6M Jul 30 11:44 zero2
> [carenath] /testpool# rm zero
> rm: zero: Disc quota exceeded
> 
> So quota workaround doesn't quite works.
> It could possibly be an issue where quota limited users fill up their 
> allowed space : they can free space by themselves.

Just try to use refquota instead of quota property.
Also you can use both quota and refquota (should be smaller that quota).

-- 
WBR, Andrey V. Elsukov



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4A718443.4020200>