You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@kudu.apache.org by 김진수 <ap...@naver.com> on 2017/03/23 07:48:49 UTC

I have a question about KUDU Disk.

Hello . I'm Jinsu.
 
The article, dated September 2016, states that there is still no 'disk quota' functionality.
So, is there such function now?
 

Re: I have a question about KUDU Disk.

Posted by Dan Burkert <da...@apache.org>.
Hi Jinsu,

There is no limit quota functionality in Kudu, per se, but we do have a
flag that configures
Kudu to stop using a data directory after the disk has less than a set
number of bytes free:

-fs_data_dirs_reserved_bytes (Number of bytes to reserve on each data
      directory filesystem for non-Kudu usage. The default, which is
      represented by -1, is that 1% of the disk space on each disk will be
      reserved. Any other value specified represents the number of bytes
      reserved and must be greater than or equal to 0. Explicit percentages
to
      reserve are not currently supported) type: int64 default: -1

This has been available since Kudu 0.10.  There's also a corresponding flag
to control WAL reserved bytes.

- Dan

On Thu, Mar 23, 2017 at 12:48 AM, 김진수 <ap...@naver.com> wrote:

> Hello . I'm Jinsu.
>
>
>
> The article, dated September 2016, states that there is still no 'disk
> quota' functionality.
>
> So, is there such function now?
>
>
>