-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NSFS | S3 | Versioning: Internal Error on DeleteObject in version-enabled mode, test_versioning_obj_suspended_copy #8469
Comments
I can confirm that with a 65-second delay added after the switch to suspended mode the test passes:
|
@hseipp thanks, I looked at it a bit more. and it seems that even though we don't have an issue in Suspended mode. we do have an issue with enabled mode. changing the test to remove all suspended mode code:
in this test we get the same error you mentioned |
in the logs I see the following error:
this indicates the the objects modification time didn't match the objects version. this might indicate that the file was modified after it was created, or at least that linux thinks it was modified |
Environment info
Actual behavior
The Ceph s3-tests method
test_versioning_obj_suspended_copy()
fails withwhen issuing a DeleteObject operation on an Object that got created using CopyObject in version-suspended mode.
Expected behavior
Test test should pass.
Steps to reproduce
Execute Ceph s3-tests
test_versioning_obj_suspended_copy()
:More information - Screenshots / Logs / Other output
Symptom-wise it looks similar to #8382 but that test case passes while
test_versioning_obj_suspended_copy()
fails at every attempt.Noobaa log with "all" log level:
noobaa-20241016_2.log.gz
The text was updated successfully, but these errors were encountered: