Displaying 20 results from an estimated 1000 matches similar to: "xfs and user quota"
2018 Aug 09
1
xfs quota question
Valeri Galtsev wrote:
> On 08/09/18 14:57, mark wrote:
>
>> Can I go to an existing xfs file system, and apply a soft quota to each
>> user on it? If I do, can I then run a report, and see who's using how
>> much, or does it only apply to files created after the quotas are
>> applied?
>
> After remounting XFS filesystem with option "usrquota" you
2013 Oct 09
1
XFS quotas not working at all (seemingly)
Hi All,
I have a very strange problem that I'm unable to pinpoint at the moment. For some reason I am simply unable to get xfs_quotas to report correctly on a freshly installed, fully patched CentOS 6 box. I have specified all the same options as on another machine which *is* reporting quota
LABEL=TEST /exports/TEST xfs inode64,nobarrier,delaylog,usrquota,grpquota 0 0
xfs_quota -xc
2018 Aug 09
2
xfs quota question
Can I go to an existing xfs file system, and apply a soft quota to each
user on it? If I do, can I then run a report, and see who's using how
much, or does it only apply to files created after the quotas are applied?
mark
2018 Aug 09
0
xfs quota question
On 08/09/18 14:57, mark wrote:
> Can I go to an existing xfs file system, and apply a soft quota to each
> user on it? If I do, can I then run a report, and see who's using how
> much, or does it only apply to files created after the quotas are applied?
>
After remounting XFS filesystem with option "usrquota" you can issue the
command similar to:
xfs_quota -x -c
2020 Nov 06
1
Centos 8 and xfs_quota
Folks
I'm trying to use xfs_quota to keep track of disk space usage for my
users. The documentation states that I should specify "uquota" as an
option on the mount data in /etc/fstab. Yet, I cannot find the entry
in fstab that corresponds to the Logical Volume that ends up being
mounted on /home1.
The system in question was installed on a single disk system. Later,
after
2018 Aug 10
0
CentOS Digest, Vol 163, Issue 10
I know there is already a thread going on...but..
I can't get into rdadmin (I set a password)
I found out that I can dump mysql and it is in there but I am not sure how
to find it in there (in mysql that I have copied or "dumped" it into home
user....folder)
can someone help me by chance..
thanks,
Stephen Campbell
On Fri, Aug 10, 2018 at 7:00 AM, <centos-request at
2018 Aug 15
0
CentOS Digest, Vol 163, Issue 10
the thread seams to have dead out or gone from rdadmin login prassword
reset to user login on centos
I dumped mysql to find the password but can't find it
with this comand
$mysql dump -u rduser -p Rivendell > resetpass.sql
i am useing rduser to run airplay but I can't get into config part of
rdadmin
which rdadmin controls the paramiter to set the rduser program like
rdairplay,
2011 Jan 18
3
disk quotas + centos 5,5 +xfs
Hi all,
is any one aware quotas not working in 5,5?
I'm using XFS as a file system.
My fstab has the appropriate usrquota,grpquota but when I try to run;
quotacheck -cug /foo
I get;
quotacheck: Can't find filesystem to check or filesystem not mounted
with quota option.
I already have a large amount of data in the mount. Do quotas get
implemented on only empty filesystems and
2007 Oct 23
3
xfs problems with xen3.1 on domu
Have amd64 xen 3.1 installed on debian etch.
Have all the domu file systems in lvm.
Problem 1
If I have a xfs files system when I mount it on domu I get this error:
Filesystem "sda5": Disabling barriers, not supported by the underlying
device
XFS mounting filesystem sda5
Ending clean XFS mount for filesystem: sda5
If I mount with nobarriers the message goes away.
If I mount under
2001 Apr 25
0
2.2.0 panics with quotas and no rpc.rquotad on NFS server
Samba 2.2.0 on SPARC Solaris 8
Configured with:
./configure --with-pam --with-syslog --with-quotas --with-msdfs --with-acl-support
I am accessing the share \\server\mgerdts, which is itself an automounted
(NFS) directory. That is, /home/mgerdts on server really exists on
nfsserver. On nfsserver, rquotad is commented out of inetd.conf.
Using smbclient (2.0.7, yeah I know) I do:
smbclient
2006 Apr 19
1
quota on xfs on lvm doesn't work(?)
Hi,
I have a strange problem with user quotas enabled on a xfs filesystem
and samba 3.0.21c: When a standard block device (e.g. /dev/sdc1) is used
for the fs, quota works like expected:
/dev/sdc1 on /mnt/tmp type xfs (rw,usrquota)
output from level quota:10 debug:
[2006/04/19 14:38:48, 10] lib/sysquotas.c:sys_get_quota(394)
sys_get_quota() uid(4004, 4004)
[2006/04/19 14:38:48, 10]
2014 Jun 11
0
XFS project quota and samba
Hi,
I managed to configure project quotas on a xfs device on a centos 6.5
server. (just pquota in fstab, no grquota, rebooted server....)
Reporting the quota settings and usage looks good.
But mounting a smb-share with the proect quota enabled on my os x client
shows much less space used (3GB) and 0% free.
Currently 650 GB are used, the quota limit is set to 1TB.
My user I'm mounting the
2015 Mar 27
1
xfs_quotas, [SOLVED]
Y'all know I've been fighting this, on and off, for months. The last few
days, I've done a *lot* of googling, and finally got a clue in a reply in
a thread I found, where someone noted that you CANNOT enable things like
pquotas on an XFS filesystem with mount -o remount, you *MUST* umount it,
then mount it. In spite of mount showing the quota for the filesystem, it
never worked. I
2009 Mar 05
1
Strange Win Disk Size Info
Hi all,
I run Samba 3.0.28a-1ubuntu4.7 on a Ubuntu 8.04/x86_64 Xeon box. On
one huge XFS file system, I have several shares, which have XFS project
quotas applied. Looking at the file system info in Win (both 2k and
xp), I see a *very* strange size display (see screen shot).
Linux tells me about the folder hosting the share:
root@mybox:~# df -k
Filesystem 1K-blocks Used
2010 Mar 23
0
Question: zfs set userquota not working on existing datasets
Greetings all,
I recently applied all patches and upgraded my zpool to version 15
and zfs to version 4 so I could start using the zfs userquota
feature. What I''ve found though is that I can only apply them on new
datasets, not on the existing datasets. Here is an example:
# zfs list
NAME USED AVAIL REFER MOUNTPOINT
data 50.7G 145G 50.7G /data
# zpool upgrade
This system is
2011 Dec 05
2
Strange quota problem
I have a strange problems with quota on v2.0.14. We have an ldap user
directory, and all users should have a mailQuota defined there. My
problem is that some users gets the quota enforced, while others don't,
and "doveadm user" doesn't seem to agree with "doveadm quota ge gett"
Ref:
$ doveadm user janfrode at example.net
userdb: janfrode at example.net
home
2013 Dec 04
1
Question regarding quotas (is this a bug or intended behavior) ?
Hi,
I was wondering if this is a normal behavior (test was made using
Dovecot v2.2.9).
In my config, quotas are configured as follows:
plugin {
quota = dict:Userquota::file:%h/dovecot-quota
quota_rule = *:storage=1G
quota_rule2 = Trash:ignore
}
# doveadm mailbox status -u my_user "messages vsize" '*'
Trash messages=4997 vsize=229535631
Drafts messages=0 vsize=0
Sent
2011 Jun 25
1
Quota (and disk usage) is incorrectly reported on nfs client mounting XFS filesystem
hi all,
I hope you can help me with a strange quota/nfs/XFS behavior...
I'm using Centos 5.6 on both a nfs server and client. Both are
64-bit, and using a recent kernel:
NFS server:
Linux fs2.priv 2.6.18-238.12.1.el5 #1 SMP Tue May 31 13:22:04 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux
NFS client:
Linux nx8.priv 2.6.18-238.12.1.el5 #1 SMP Tue May 31 13:22:04 EDT 2011 x86_64 x86_64 x86_64
2015 Apr 29
0
Mysql 5.6, Centos 7 and errno: 24 - Too many open files
Gotz,
This is due to systemd, it overrules your settings. Add a file to systemd
config fixes it:
[root at mysql2 ~]# cat /etc/systemd/system/mariadb.service.d/limits.conf
[Service]
LimitNOFILE=10000
LimitMEMLOCK=10000
On Wed, Apr 29, 2015 at 8:31 AM, G?tz Reinicke - IT Koordinator <
goetz.reinicke at filmakademie.de> wrote:
> Hi,
>
> may be somewon has a working solution and
2015 Apr 29
0
Mysql 5.6, Centos 7 and errno: 24 - Too many open files
Carl,
By default my.cnf has to obey the OS limits, so in this case the order is:
systemd > /etc/security/limits* > /etc/my*.
On Wed, Apr 29, 2015 at 3:22 PM, Carl E. Hartung <carlh04426 at gmail.com>
wrote:
> Hi Johan,
>
> Does systemd also overrule /etc/my.conf?
>
> Thx!
>
> Carl
>
> On Wed, 29 Apr 2015 14:58:52 +0200
> Johan Kooijman wrote:
>
>