Re: [gpfsug-discuss] fix mmrepquota report format during grace periods

2017-03-28 Thread Frederick Stock
" To: gpfsug main discussion list Date: 03/28/2017 11:35 AM Subject: Re: [gpfsug-discuss] fix mmrepquota report format during grace periods Sent by:gpfsug-discuss-boun...@spectrumscale.org All, Could someone(s) from the GPFS team please: 1) see that the appropriate document

Re: [gpfsug-discuss] fix mmrepquota report format during grace periods

2017-03-28 Thread Buterbaugh, Kevin L
All, Could someone(s) from the GPFS team please: 1) see that the appropriate documentation gets updated (manuals, “-h” option to commands, the man pages for the commands, etc.)? 2) let us know what version of GPFS introduced the undocumented “-Y” option for mmrepquota and mmlsquota? I’ve got n

Re: [gpfsug-discuss] fix mmrepquota report format during grace periods

2017-03-28 Thread Simon Thompson (Research Computing - IT Services)
I thought this was because the -Y flag was going into new commands and being added to older commands during later releases. So it might be that it was added, but the docs not updated. Simon On 28/03/2017, 16:04, "gpfsug-discuss-boun...@spectrumscale.org on behalf of Buterbaugh, Kevin L" wrote:

Re: [gpfsug-discuss] fix mmrepquota report format during grace periods

2017-03-28 Thread Jaime Pinto
Aah! Another one of those options not so well documented or exposed: Usage: mmrepquota [-u] [-g] [-e] [-q] [-n] [-v] [-t] [--block-size {BlockSize | auto}] {-a | Device[:Fileset] ...} or mmrepquota -j [-e] [-q] [-n] [-v] [-t] [--block-size {BlockSize | auto}] {-a |

Re: [gpfsug-discuss] fix mmrepquota report format during grace periods

2017-03-28 Thread Buterbaugh, Kevin L
Ugh! Of course, I’m wrong … mmlsquota does support the “-Y” option … it’s just not documented. Why not Kevin > On Mar 28, 2017, at 10:00 AM, Buterbaugh, Kevin L > wrote: > > Hi Bob, Jaime, and GPFS team, > > That’s great for mmrepquota, but mmlsquota does not have a similar option > A

Re: [gpfsug-discuss] fix mmrepquota report format during grace periods

2017-03-28 Thread Oesterlin, Robert
Try running it with the “-Y” option, it returns an easily to read output: mmrepquota -Y dns mmrepquota::HEADER:version:reserved:reserved:filesystemName:quotaType:id:name:blockUsage:blockQuota:blockLimit:blockInDoubt:blockGrace:filesUsage:filesQuota:filesLimit:filesInDoubt:filesGrace:remarks:quota:d

Re: [gpfsug-discuss] fix mmrepquota report format during grace periods

2017-03-28 Thread Buterbaugh, Kevin L
Hi Bob, Jaime, and GPFS team, That’s great for mmrepquota, but mmlsquota does not have a similar option AFAICT. That has really caused me grief … for example, I’ve got a Perl script that takes mmlsquota output for a user and does two things: 1) converts it into something easier for them to

[gpfsug-discuss] fix mmrepquota report format during grace periods

2017-03-28 Thread Jaime Pinto
Any chance you guys in the GPFS devel team could patch the mmrepquota code so that during grace periods the report column for "none" would still be replaced with >>>*ONE*<<< word? By that I mean, instead of "2 days" for example, just print "2-days" or "2days" or "2_days", and so on. I hav