WATonomous / linux-directory-provisioner

A tool to provision users and groups on Linux machines
https://www.npmjs.com/package/@watonomous/linux-directory-provisioner
1 stars 0 forks source link

Support disk quotas #4

Closed ben-z closed 8 months ago

ben-z commented 9 months ago

This PR adds support for setting disk quotas using setquota.

Resolves #2

ben-z commented 9 months ago

Ceph will probably be supported as a part of project quota, because it’s per directory, not per user.

ben-z commented 9 months ago

In this project, user quota aren’t really overrides. They are just quotas. The override concept should only exist in the WATcloud configuration.