Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
Lustre 2.1.0
-
None
-
3
-
10427
Description
filter_grant_check() returns ENOSPC if the filesystem is full and none of the pages have consumed grants on the client side.
The problem is that overwrite is checked later in filter_commitrw_write(), but the request has failed with ENOSPC before this check.