Hello,
I can not reproduce the issue.
All changes in the configuration file of a daemon/client need a restart
of the daemon/client. The maximum log level is 5. This is documented in
the description part of the configuration file.
> The UID\GID range variable is a bit ambiguous, does this mean above or below the value? (we've tried both, no luck).
Did you have a look into the help of this command? A range needs a start
and a end value.
$fhgfs-ctl --setquota --help
GENERAL USAGE:
$ fhgfs-ctl --<modename> [mode_arguments] [client_arguments]
CLIENT ARGUMENTS:
Optional:
--mount=<path> Use config settings from this FhGFS mountpoint
(instead of "--cfgFile").
--cfgFile=<path> Path to FhGFS client config file.
(Default: /etc/fhgfs/fhgfs-client.conf)
--logEnabled Enable detailed logging.
--<key>=<value> Any setting from the client config file to
override
the config file values (e.g. "--logLevel=5").
MODE ARGUMENTS:
Mandatory:
One of these arguments is mandatory:
--uid Set quota limits for users.
--gid Set quota limits for groups.
One of these arguments is mandatory:
<ID> Set quota limits for this single user or group ID.
--all Set quota limits for all user or group IDs on
localhost.
(System users/groups with UID/GID less than 100 or
shell set to "nologin" or "false" are filtered.)
--file=<path> Read the quota limits from a file and set the
quota limits.
A csv file is requires each line is a user or
a group.
Line format: ID/name,size limit,inode limit
--list <list> Use a comma separated list of user/group IDs.
--range <start> <end> Use a range of user/group IDs.
Mandatory if not imported via --file:
--sizelimit The diskspace limit for the users/groups.
--inodelimit The inodes (chunk files) limit for the
users/groups.
USAGE:
This mode sets the size and inodes (chunk files) quota limits for users and
groups.
Example: Set quota size limit to 50 MiB and 50 chunk files for user ID
1000.
$ fhgfs-ctl --setquota --sizelimit=50M --inodelimit=50 --uid 1000
Example: Set group quota limits given in file /tmp/quota_limits.txt.
$ fhgfs-ctl --setquota --gid --file=/tmp/quota_limits.txt
Example: Set quota size limit to 20 MiB and 500 chunk files for user
IDs 100
and 110.
$ fhgfs-ctl --setquota --uid --sizelimit=20M --inodelimit=500 --list
100,110
Example: Set quota to unlimited diskspace and 5000 chunk files for
group IDs
in range 1000 to 1500.
$ fhgfs-ctl --setquota --sizelimit=0 --inodelimit=5000 --gid --range
1000 1500
kind regards,
Frank Kautz
Fraunhofer
> --
> You received this message because you are subscribed to the Google
> Groups "fhgfs-user" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to
fhgfs-user+...@googlegroups.com
> <mailto:
fhgfs-user+...@googlegroups.com>.
> For more options, visit
https://groups.google.com/d/optout.