Rajendra prasad
2011-Jan-09 13:38 UTC
[Lustre-discuss] ost_write operation failed with -28
Hi All, I read the post on this subject. But i am getting this error in my lustre client and i found that the respective ost has reached 81% where it has more than 25 GB available. I am finding this by using lfs df -h . Due to this i am facing a issues in production. Kindly suggest. Regards, Prasad -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.lustre.org/pipermail/lustre-discuss/attachments/20110109/d1d44e2a/attachment.html
Johann Lombardi
2011-Jan-10 16:54 UTC
[Lustre-discuss] ost_write operation failed with -28
On Sun, Jan 09, 2011 at 07:08:02PM +0530, Rajendra prasad wrote:> I read the post on this subject. But i am getting this error in my lustre > client and i found that the respective ost has reached 81% where it has more > than 25 GB available. I am finding this by using lfs df -h . Due to this i > am facing a issues in production. Kindly suggest.What lustre version do you use? Bug 22755 which can cause premature ENOSPC was fixed in 1.8.4. If you already run 1.8.4 or 1.8.5, could you please run the following command on the OST which is returning ENOSPC? $ lctl get_param obdfilter.*.tot_* Johann