Hide Forgot
Created attachment 1212154 [details] oracle_test_pkttrace Description of problem: From the tests using solaris client, it was found that READDIR returns ERR_BAD_COOKIE when the file entry with that cookie was removed. Dan mentioned that it is a proper error to be returned for NFSv3 but not for NFSv4(.x) as per RFC. Attached the pkt trace for reference. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
FYI - these were the test failures reported (from the pkt trace) 619 readdir, cookie == 8572193412744277082 620 readdir fails BAD_COOKIE 577 has previous readdir reply file.3: 8572193412744277082 4054 open fails with INVAL
I believe the v4 RFC to be a typo, and this is a proper return value there as well. Potential fix here: https://review.gerrithub.io/298859