|
Re: How to calculate used rate of a OST ?: msg#00056file-systems.lustre.user
swin wang wrote: You are correct; it just changes the penalty. QOS does not ever guarantee that any particular OST will or won't be used - it only changes the likelihood. You can prevent the MDT from assigning new stripes to a particular OST by deactivating the corresponding OSC on the MDT using "lctl deactivate", but this has to be done every time the MDT is restarted. You could also use mount -o exclude=testfs-OST0000 -t lustre /dev/mdt /mnt/mdt at MDT mount time for the same result. You could also change the line in filter_precreate() if (rc == 0 && osfs->os_bavail < (osfs->os_blocks >> 10)) blocks >> 10 = blocks / 1024 = 0.1%, you could just change it to os_blocks / 10 for an automatic 10% free space limit.
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Multiple clients creating/deleting files in the same directory: 00056, Scott Atchley |
|---|---|
| Next by Date: | Re: Multiple clients creating/deleting files in the same directory: 00056, Scott Atchley |
| Previous by Thread: | Re: How to calculate used rate of a OST ?i: 00056, swin wang |
| Next by Thread: | Re: How to calculate used rate of a OST ?: 00056, swin wang |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |