Displaying 5 results from an estimated 5 matches for "quota_typ".
Did you mean:
quota_type
2011 Dec 13
0
proftpd graphical clients not working
...deletes a file
SQLLog STOR,DELE modified
SQLNamedQuery modified UPDATE "modified=now() WHERE userid='%u'" ftpuser
# User quotas
# ===========
QuotaEngine on
QuotaDirectoryTally on
QuotaDisplayUnits Mb
QuotaShowQuotas on
SQLNamedQuery get-quota-limit SELECT "name, quota_type, per_session,
limit_type, bytes_in_avail, bytes_out_avail, bytes_xfer_avail,
files_in_avail, files_out_avail, files_xfer_avail FROM ftpquotalimits
WHERE name = '%{0}' AND quota_type = '%{1}'"
SQLNamedQuery get-quota-tally SELECT "name, quota_type,
bytes_in_used, bytes_o...
2010 Sep 04
0
Set quota on Lustre system file client, reboots MDS/MGS node
...t quota.
My cluster configuration is:
1. one MGS/MDS host (with two devices: sda and sdb,respectively)
with the following commands:
1) mkfs.lustre --mgs /dev/sda
2) mount -t lustre /dev/sda /mnt/mgt
3) mkfs.lustre --fsname=lustre --mdt --mgsnode=<mgs IP at net> --param
mdt.quota_type=ug /dev/sdb
4) mount -t lustre /dev/sdb /mnt/mdt
2. one OSS host (with two devices: sda and sdb as OST targets)
with the following commands:
1) mkfs.lustre --fsname=lustre --ost --mgsnode=<mgs IP at net> --param
ost.quota_type=ug /dev/sda
2) mkfs.lustre --fsname=lustre --ost...
2011 Aug 26
1
mysql authentication in proftpd
...uploads or deletes a file
SQLLog STOR,DELE modified
SQLNamedQuery modified UPDATE "modified=now() WHERE userid='%u'" ftpuser
# User quotas
# ===========
QuotaEngine on
QuotaDirectoryTally on
QuotaDisplayUnits Mb
QuotaShowQuotas on
SQLNamedQuery get-quota-limit SELECT "name, quota_type, per_session, limit_type, bytes_in_avail, bytes_out_avail, bytes_xfer_avail, files_in_avail, files_out_avail, files_xfer_avail FROM ftpquotalimits WHERE name = '%{0}' AND quota_type = '%{1}'"
SQLNamedQuery get-quota-tally SELECT "name, quota_type, bytes_in_used, bytes_ou...
2007 Jan 08
1
quota in mysql not being updated
...m dovecot-sql.conf:
user_query = SELECT 225 as uid, 225 as gid, mailbox_path as home,
mailbox_path as mail, 'dirsize:storage=10240:messages=1000' as quota
FROM transports WHERE email = '%u'
dict-quota.conf:
connect = ...
table = quota_used
select_field = quota_used_kb
where_field = quota_type
username_field = username_and_realm
in mysql:
describe quota_used;
+--------------------+--------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+--------------------+--------------+------+-----+---------+-------+
| username_and_realm |...
2010 Aug 14
0
Lost OSTs, remounted, now /proc/fs/lustre/obdfilter/$UUID/ is empty
...t 5:00, or
until 281 clients reconnect
Lustre: 6799:0:(ldlm_lib.c:1788:target_queue_last_replay_reply())
scratch-OST0007: 280 recoverable clients remain
Lustre: 6799:0:(ldlm_lib.c:1788:target_queue_last_replay_reply())
Skipped 279 previous similar messages
Lustre: scratch-OST0007.ost: set parameter quota_type=ug
Lustre: 7305:0:(ldlm_lib.c:1788:target_queue_last_replay_reply())
scratch-OST0007: 276 recoverable clients remain
Lustre: 7305:0:(ldlm_lib.c:1788:target_queue_last_replay_reply())
Skipped 3 previous similar messages
Lustre: 7304:0:(ldlm_lib.c:1788:target_queue_last_replay_reply())
scratch-OST00...