Questions tagged [quota]
The quota tag has no summary.
209 questions
2
votes
1
answer
266
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.
...
1
vote
0
answers
48
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 ...
0
votes
1
answer
106
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 ...
1
vote
1
answer
221
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 ...
1
vote
1
answer
227
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 ...
0
votes
1
answer
300
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,...
0
votes
0
answers
151
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 ...
-1
votes
1
answer
1k
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 ...
2
votes
0
answers
117
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 ...
2
votes
1
answer
70
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 ...
0
votes
1
answer
432
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 ...
0
votes
1
answer
171
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.
...
1
vote
0
answers
148
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 ...
-1
votes
1
answer
8k
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/...
0
votes
0
answers
574
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
$...