Skip to Main Content
IBM System Storage Ideas Portal


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).


Shape the future of IBM!

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:

Search existing ideas

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 your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

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.

Status Not under consideration
Created by Guest
Created on Jun 18, 2024

Allow mmrepquota -j to filter fileset(s)

The synopsis of mmrepquota looks like this:

Synopsis

mmrepquota [-u] [-g] [-e] [-n] [-v]
          [--block-size {BlockSize | auto} | -Y] {-a | Device:Fileset ...}

or

mmrepquota-j [-e] [-q] [-n] [-v] [-t]
          [--block-size {BlockSize | auto}] {-a | Device...}

or

mmrepquota[-q] [-t] {-a | Device...}
 

So for group and user quota you can limit the output by specifying Device:fileset. For mmrepquota this possible is missing, I always see the whole list and have to filter the output by another tool. From a user/admin's perspective it is not understandable why one cannot provide Device:fileset here, too. So my idea is to add that for mmrepquota -j.

Idea priority Low
  • Guest
    Reply
    |
    Sep 20, 2024

    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::::


  • Guest
    Reply
    |
    Sep 20, 2024

    BTW: I don't see any possibility to "reopen the request", as you suggested

  • Guest
    Reply
    |
    Sep 20, 2024

    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

  • Admin
    THOMAS O'BRIEN
    Reply
    |
    Sep 20, 2024

    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