Displaying 6 results from an estimated 6 matches for "quota_enabled".
2010 Jul 09
3
smbcquotas tells me that "quotas are not enabled"
...our network I
have a buffalo linkstation acting as Network Attached Storage (NAS), which I
have successfully mounted on the local file system.
Using smbcquotas I believe I can set up a quota for each user on the NAS. To
get started, I run the command:
smbcquotas //192.168.1.4/share -S FSQFLAGS:QUOTA_ENABLED -A /etc/.credentials
But I get the error:
Quotas are not enabled on this share.
Failed to open \$Extend\$Quota:$Q:$INDEX_ALLOCATION NT_STATUS_ACCESS_DENIED.
I'm trying to figure out why my command fails. Shouldn't that enable quotas in
the first place?
2013 Mar 01
0
[PATCH 1/2] Btrfs: don't call btrfs_qgroup_free if just btrfs_qgroup_reserve fails
...de *inode, u64 num_bytes)
* ret != 0 here means the qgroup reservation failed, we go straight to
* the shared error handling then.
*/
- if (ret == 0)
+ if (ret == 0) {
ret = reserve_metadata_bytes(root, block_rsv,
to_reserve, flush);
+ if (ret && root->fs_info->quota_enabled) {
+ btrfs_qgroup_free(root, num_bytes +
+ nr_extents * root->leafsize);
+ }
+ }
if (ret) {
u64 to_free = 0;
@@ -4805,10 +4810,6 @@ int btrfs_delalloc_reserve_metadata(struct inode *inode, u64 num_bytes)
btrfs_ino(inode),
to_free, 0);
}
- if (root->...
2011 Oct 06
26
[PATCH v0 00/18] btfs: Subvolume Quota Groups
This is a first draft of a subvolume quota implementation. It is possible
to limit subvolumes and any group of subvolumes and also to track the amount
of space that will get freed when deleting snapshots.
The current version is functionally incomplete, with the main missing feature
being the initial scan and rescan of an existing filesystem.
I put some effort into writing an introduction into
2013 Apr 25
10
[PATCH v4 0/3] Btrfs: quota rescan for 3.10
The kernel side for rescan, which is needed if you want to enable qgroup
tracking on a non-empty volume. The first patch splits
btrfs_qgroup_account_ref into readable ans reusable units. The second
patch adds the rescan implementation (refer to its commit message for a
description of the algorithm). The third patch starts an automatic
rescan when qgroups are enabled. It is only separated to
2004 Jul 30
0
Quota on Share
...istrator" returns:
File System QUOTAS:
Limits:
Default Soft Limit: NO LIMIT
Default Hard Limit: NO LIMIT
Quota Flags:
Quotas Enabled: Off
Deny Disk: Off
Log Soft Limit: Off
Log Hard Limit: Off
Whenever I issue "smbcquotas -vv -d 2 //masterdc/admin --set
FSQFLAGS:QUOTA_ENABLED -U Administrator"
I get "NT_STATUS_UNSUCCESSFUL cli_set_fs_quota_info"
The file system is Ext3 with ACL's and Quota's
This is my smb.conf:
[global]
dos charset = 860
unix charset = ISO8859-1
workgroup = xxx
server string = MASTER DC...
2003 Jul 18
5
Loadable module
Hi List!
I read a post about moving a .mailbixlist to a .subscriptionfile when a user
did not have one, but did have a .mailboxlist file. Timo emailed a module
for that purpose, so it could be done for this user.
My question is:
- Where and how does dovecot call this function?
- Would it be easy to use a module to a) create a mailpath (can be done as
the mailuser's id, I use one uid, and my