This portal is to open public enhancement requests against IBM System Storage products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).
We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:
Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,
Post an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.
IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.
ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.
Interestingly it works with -Y, looks like a bug in 5.1.9.3
# mmlsquota -j root -Y gpfspfs1
mmlsquota:fileset:HEADER:version:reserved:reserved:filesystemName:quotaType:id:name:blockUsage:blockQuota:blockLimit:blockInDoubt:blockGrace:filesUsage:filesQuota:filesLimit:filesInDoubt:filesGrace:remarks:fid:filesetname:
mmlsquota:fileset:0:1:::gpfspfs1:FILESET:0:root:680780504:0:0:0:none:6247:0:0:0:none::::
BTW: I don't see any possibility to "reopen the request", as you suggested
Does not work for me:
# mmrepquota -j gpfspfs1 | grep ^root
root root FILESET 680780504 0 0 0 none | 6247 0 0 0 none
# mmlsquota -j root gpfspfs1
Block Limits | File Limits
Filesystem type KB quota limit in_doubt grace | files quota limit in_doubt grace Remarks
gpfspfs1 FILESET no limits
You can use can use "mmlsquota -j fsetName Device" (case b below) to display one specific fileset in a file system. Say, display quota information for fileset fset1 in file system dragon:
a. using mmrepquota
# mmrepquota -j dragon
Block Limits | File Limits
Name fileset type KB quota limit in_doubt grace | files quota limit in_doubt grace
root root FILESET 351632 0 0 0 none | 20075 0 0 0 none
fset1 root FILESET 0 10485760 10485760 0 none | 1 20000 20000 0 none. <==
fset2 root FILESET 90528 1048576 10485760 0 none | 7492 20000 20000 0 none
fset3 root FILESET 1049088 1318912 2097152 0 none | 2 0 0 0 none
fset4 root FILESET 6752 0 0 0 none | 61 0 0 0 none
fset5 root FILESET 4441688 0 0 0 none | 40976 0 0 0 none
#
# mmrepquota -j dragon | grep fset1
fset1 root FILESET 0 10485760 10485760 0 none | 1 20000 20000 0 none
#
b. using mmlsquota -j
# mmlsquota -j
mmlsquota: Missing argument after j option
Usage:
mmlsquota [-u User | -g Group] [-v | -q] [-e] [-C ClusterName] [-Y]
[--block-size {BlockSize | auto}] [Device[:Fileset] ...]
or
mmlsquota -j Fileset [-v | -q] [-e] [-C ClusterName] [-Y]
[--block-size {BlockSize | auto}] Device ...
or
mmlsquota -d {[-u] [-g] [-j]} [-C ClusterName] [-Y]
[--block-size {BlockSize | auto}] [Device ...]
or
mmlsquota -d [-C ClusterName] [-Y] [--block-size {BlockSize | auto}] [Device[:Fileset] ...]
# mmlsquota -j fset1 dragon
Block Limits | File Limits
Filesystem type KB quota limit in_doubt grace | files quota limit in_doubt grace Remarks
dragon FILESET 0 10485760 10485760 0 none | 1 20000 20000 0 none
#
If this does not acheive the results you are looking for , please reopen the request