Questions tagged [quota]
The quota tag has no summary.
209 questions
Score of 3
1 answer
364 views
How to let Postfix use Dovecot to check quotas for virtual aliases
Issue
Receiving an email for an alias, I got those errors:
<[email protected]>Recipient address rejected: Unknown user;
I realized this happened when postfix queries dovecot about user quota.
...
Score of 1
1 answer
129 views
Display quota in Roundcube when using count quota driver in Dovecot with Maildir
Setting up a new dovecot install. Docevot docs says the recommended quota driver is count.
Roundcube apparently gets the quota information form the maildirsize file in the maildir directory. When ...
Score of 0
1 answer
158 views
How many resources may a resource group contain in Azure? More generally, where can I see the quota limits at each level in Azure?
A resource group is a collection of resources that share the same lifecycle, permissions, and policies. How many resources can a resource group contain?
I mostly care about Cognitive Services ...
Score of 1
1 answer
264 views
How to avoid JupyterHub server (multi user) to be oom-killed by some kernel/specific user?
This question can be viewed as a specific instantiation of this general question on avoiding out of memory issues on other users' jobs in multiuser servers.
In my case, I have a JupyterHub server on a ...
Score of 1
1 answer
307 views
How to map per-user quota with Dovecot quota plugin using MYSQL dict?
Problem:
doveadm quota get -u <username> result shows that my MYSQL dict is not correctly mapped to Dovecot quota plugin, as a result IMAP QUOTA capability (with usage and limit) not being ...
Score of 0
1 answer
395 views
Is it possible to set client-aware quota on mounted NFS shares?
I have a Ubuntu 22.04 "computational" server in our lab that mounts a NFS share from a NAS (Synology DS1522+):
147.xxx.xxx.xxx:volume1/compserver /mnt/nas2 nfs rsize=8192,wsize=8192,timeo=14,...
Score of 0
0 answers
173 views
Disk quota full for one user with (barely) no files in the folder
I just encountered a strange thing on my host.
I have a cluster with some 60 users. I setup disk quota for each of them (say, 10GB). Today I got a complaint email from a user that he cannot create any ...
Score of -1
1 answer
1306 views
How to restrict file size in a specified folder?
I need to restrict the size of every single file that is stored in a specific folder on our File Server. The main objective is to avoid large files being stored and transferred on the network. I've ...
Score of 2
0 answers
135 views
How to set a quota on Logical Disk Space (logicalused) in ZFS?
I am currently using ZFS and need to set a quota on the logical disk space (logicalused) rather than the physical disk space used after compression. The quota and refquota properties in ZFS set a ...
Score of 2
1 answer
72 views
wordpress template deployment issue
I was trying to create a wordpress resource - selected azure services only option and it showed one option of "wordpress scalable ....". i tried creating that resource. and it gives me below ...
Score of 0
1 answer
469 views
Report quota of a XFS filesystem mounted with NFS
I have setup quota on an XFS filesystem and users can run this on that server to get their quota report:
xfs_quota -c 'quota -hu user' /xfs_partition
However I would like users to be able to retrieve ...
Score of 0
1 answer
182 views
Internal ext4 quotas (reserved inode) and rpc.rquotad export
When doing a quotacheck on my NFS server, i got a message to switch quotas to internal ext4 format.
I did it, but now rpc.rquotad noes not work anymore and quotas are not anymore exported to clients.
...
Score of 1
0 answers
154 views
Does OverlayFS support Quotas?
I tried mounting an overlayfs upper directory with quotas enabled (Linux system). The quota tools, however, keep telling me that quotas are not enabled on that filesystem.
This makes me wonder if ...
Score of -1
1 answer
7908 views
Mounting a docker volume fails with the `no such device` error
I have set up Docker in a multi-user environment with the following daemon settings
{
"userns-remap": "default",
"data-root": "/data/docker"
}
where /dev/...
Score of 0
0 answers
597 views
how to check if a lustre directory has been set by chattr +P for project quota
lustre doc wrote:
To limit quota usage for a specific project ID on a specific directory ("/mnt/testfs/dir" in this example), run:
$ chattr +P /mnt/testfs/dir
$ chattr -p 1 /mnt/testfs/dir
$...