[gpfsug-discuss] mmrestripefs "No space left on device"

John Hanks griznog at gmail.com
Thu Nov 2 16:13:16 GMT 2017


Hmm, this sounds suspicious. We have 10 NSDs in a pool called system. These
were previously set to data+metaData with a policy that placed our home
directory filesets on this pool. A few weeks ago the NSDs in this pool all
filled up. To remedy that I

1. removed old snapshots
2. deleted some old homedir filesets
3. set the NSDs in this pool to metadataOnly
4. changed the policy to point homedir filesets to another pool.
5. ran a migrate policy to migrate all homedir filesets to this other pool

After all that I now have ~30% free space on the metadata pool.

Our three pools are system (metadataOnly), sas0 (data), sata0 (data)

mmrestripefs gsfs0 -r  fails immdieately
mmrestripefs gsfs0 -r -P system fails immediately
mmrestripefs gsfs0 -r -P sas0 fails immediately
mmrestripefs gsfs0 -r -P sata0 is running (currently about 3% done)

Is the change from data+metadata to metadataOnly the same as removing a
disk (for the purposes of this problem) or is it possible my policy is
confusing things?

[root at scg-gs0 ~]# mmlspolicy gsfs0
Policy for file system '/dev/gsfs0':
   Installed by root at scg-gs0 on Wed Nov  1 09:30:40 2017.
   First line of policy 'policy_placement.txt' is:
RULE 'homedirs' SET POOL 'sas0' WHERE FILESET_NAME LIKE 'home.%'

The policy I used to migrate these filesets is:

RULE 'homedirs' MIGRATE TO POOL 'sas0' WHERE FILESET_NAME LIKE 'home.%'

jbh



On Thu, Nov 2, 2017 at 8:44 AM, Scott Fadden <sfadden at us.ibm.com> wrote:

> I opened a defect on this the other day, in my case it was an incorrect
> error message. What it meant to say was,"The pool is not empty." Are you
> trying to remove the last disk in a pool? If so did you empty the pool with
> a MIGRATE policy first?
>
>
> Scott Fadden
> Spectrum Scale - Technical Marketing
> Phone: (503) 880-5833
> sfadden at us.ibm.com
> http://www.ibm.com/systems/storage/spectrum/scale
>
>
>
> ----- Original message -----
> From: John Hanks <griznog at gmail.com>
> Sent by: gpfsug-discuss-bounces at spectrumscale.org
> To: gpfsug main discussion list <gpfsug-discuss at spectrumscale.org>
> Cc:
> Subject: Re: [gpfsug-discuss] mmrestripefs "No space left on device"
> Date: Thu, Nov 2, 2017 8:34 AM
>
> We have no snapshots ( they were the first to go when we initially hit the
> full metadata NSDs).
>
> I've increased quotas so that no filesets have hit a space quota.
>
> Verified that there are no inode quotas anywhere.
>
> mmdf shows the least amount of free space on any nsd to be 9% free.
>
> Still getting this error:
>
> [root at scg-gs0 ~]# mmrestripefs gsfs0 -r -N scg-gs0,scg-gs1,scg-gs2,scg-gs3
> Scanning file system metadata, phase 1 ...
> Scan completed successfully.
> Scanning file system metadata, phase 2 ...
> Scanning file system metadata for sas0 storage pool
> Scanning file system metadata for sata0 storage pool
> Scan completed successfully.
> Scanning file system metadata, phase 3 ...
> Scan completed successfully.
> Scanning file system metadata, phase 4 ...
> Scan completed successfully.
> Scanning user file metadata ...
> Error processing user file metadata.
> No space left on device
> Check file '/var/mmfs/tmp/gsfs0.pit.interestingInodes.12888779711' on
> scg-gs0 for inodes with broken disk addresses or failures.
> mmrestripefs: Command failed. Examine previous error messages to determine
> cause.
>
> I should note too that this fails almost immediately, far to quickly to
> fill up any location it could be trying to write to.
>
> jbh
>
> On Thu, Nov 2, 2017 at 7:57 AM, David Johnson <david_johnson at brown.edu>
> wrote:
>
> One thing that may be relevant is if you have snapshots, depending on your
> release level,
> inodes in the snapshot may considered immutable, and will not be
> migrated.  Once the snapshots
> have been deleted, the inodes are freed up and you won’t see the (somewhat
> misleading) message
> about no space.
>
>  — ddj
> Dave Johnson
> Brown University
>
>
> On Nov 2, 2017, at 10:43 AM, John Hanks <griznog at gmail.com> wrote:
> Thanks all for the suggestions.
>
> Having our metadata NSDs fill up was what prompted this exercise, but
> space was previously feed up on those by switching them from metadata+data
> to metadataOnly and using a policy to migrate files out of that pool. So
> these now have about 30% free space (more if you include fragmented space).
> The restripe attempt is just to make a final move of any remaining data off
> those devices. All the NSDs now have free space on them.
>
> df -i shows inode usage at about 84%, so plenty of free inodes for the
> filesystem as a whole.
>
> We did have old  .quota files laying around but removing them didn't have
> any impact.
>
> mmlsfileset fs -L -i is taking a while to complete, I'll let it simmer
> while getting to work.
>
> mmrepquota does show about a half-dozen filesets that have hit their quota
> for space (we don't set quotas on inodes). Once I'm settled in this morning
> I'll try giving them a little extra space and see what happens.
>
> jbh
>
>
> On Thu, Nov 2, 2017 at 4:19 AM, Oesterlin, Robert <
> Robert.Oesterlin at nuance.com> wrote:
>
> One thing that I’ve run into before is that on older file systems you had
> the “*.quota” files in the file system root. If you upgraded the file
> system to a newer version (so these files aren’t used) - There was a bug at
> one time where these didn’t get properly migrated during a restripe.
> Solution was to just remove them
>
>
>
>
>
> Bob Oesterlin
>
> Sr Principal Storage Engineer, Nuance
>
>
>
> *From: *<gpfsug-discuss-bounces at spectrumscale.org> on behalf of John
> Hanks <griznog at gmail.com>
> *Reply-To: *gpfsug main discussion list <gpfsug-discuss at spectrumscale.org>
> *Date: *Wednesday, November 1, 2017 at 5:55 PM
> *To: *gpfsug <gpfsug-discuss at spectrumscale.org>
> *Subject: *[EXTERNAL] [gpfsug-discuss] mmrestripefs "No space left on
> device"
>
>
>
> Hi all,
>
>
>
> I'm trying to do a restripe after setting some nsds to metadataOnly and I
> keep running into this error:
>
>
>
> Scanning user file metadata ...
>
>    0.01 % complete on Wed Nov  1 15:36:01 2017  (     40960 inodes with
> total     531689 MB data processed)
>
> Error processing user file metadata.
>
> Check file '/var/mmfs/tmp/gsfs0.pit.interestingInodes.12888779708' on
> scg-gs0 for inodes with broken disk addresses or failures.
>
> mmrestripefs: Command failed. Examine previous error messages to determine
> cause.
>
>
>
> The file it points to says:
>
>
>
> This inode list was generated in the Parallel Inode Traverse on Wed Nov  1
> 15:36:06 2017
>
> INODE_NUMBER DUMMY_INFO SNAPSHOT_ID ISGLOBAL_SNAPSHOT INDEPENDENT_FSETID
> MEMO(INODE_FLAGS FILE_TYPE [ERROR])
>
>  53504        0:0        0           1                 0
> illreplicated REGULAR_FILE RESERVED Error: 28 No space left on device
>
>
>
>
>
> /var on the node I am running this on has > 128 GB free, all the NSDs have
> plenty of free space, the filesystem being restriped has plenty of free
> space and if I watch the node while running this no filesystem on it even
> starts to get full. Could someone tell me where mmrestripefs is attempting
> to write and/or how to point it at a different location?
>
>
>
> Thanks,
>
>
>
> jbh
>
> _______________________________________________
> gpfsug-discuss mailing list
> gpfsug-discuss at spectrumscale.org
> <https://urldefense.proofpoint.com/v2/url?u=http-3A__spectrumscale.org&d=DwMFaQ&c=jf_iaSHvJObTbx-siA1ZOg&r=WDtkF9zLTGGYqFnVnJ3rywZM6KHROA4FpMYi6cUkkKY&m=hKtOnoUDijNQoFnSlxQfek9m6h2qKbqjcCswbjHg2-E&s=n5P1NWESV2GUb3EXICXGj62_QDAPfSAWVPz_i59CNKk&e=>
> http://gpfsug.org/mailman/listinfo/gpfsug-discuss
>
>
> _______________________________________________
> gpfsug-discuss mailing list
> gpfsug-discuss at spectrumscale.org
> <https://urldefense.proofpoint.com/v2/url?u=http-3A__spectrumscale.org&d=DwMFaQ&c=jf_iaSHvJObTbx-siA1ZOg&r=WDtkF9zLTGGYqFnVnJ3rywZM6KHROA4FpMYi6cUkkKY&m=hKtOnoUDijNQoFnSlxQfek9m6h2qKbqjcCswbjHg2-E&s=n5P1NWESV2GUb3EXICXGj62_QDAPfSAWVPz_i59CNKk&e=>
> http://gpfsug.org/mailman/listinfo/gpfsug-discuss
>
>
> _______________________________________________
> gpfsug-discuss mailing list
> gpfsug-discuss at spectrumscale.org
> https://urldefense.proofpoint.com/v2/url?u=http-3A__gpfsug.
> org_mailman_listinfo_gpfsug-2Ddiscuss&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=
> WDtkF9zLTGGYqFnVnJ3rywZM6KHROA4FpMYi6cUkkKY&m=
> hKtOnoUDijNQoFnSlxQfek9m6h2qKbqjcCswbjHg2-E&s=
> j7eYU1VnwYXrTnflbJki13EfnMjqAro0RdCiLkVrgzE&e=
>
>
>
>
> _______________________________________________
> gpfsug-discuss mailing list
> gpfsug-discuss at spectrumscale.org
> http://gpfsug.org/mailman/listinfo/gpfsug-discuss
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://gpfsug.org/pipermail/gpfsug-discuss_gpfsug.org/attachments/20171102/610a4552/attachment.htm>


More information about the gpfsug-discuss mailing list