You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Error><Key>key</Key><Code>ENOENT</Code><Message>No such file or directory</Message></Error></DeleteResult>
And also:
NamespaceFS._get_version_info version of /ibm/fs1/examples/buckets/s3tests-0bb14099p169n3d3brnim-1/key doesn't exist [Error: No such file or directory] { code: 'ENOENT' }
The flow is: post_bucket_delete -> req.object_sdk.delete_multiple_objects -> namespace_fs function delete_multiple_objects -> _delete_objects_versioned ->
There we can see the printings:
( [ undefined ] is an array with one undefined item)
-> _delete_latest_version -> latest_ver_info is undefined after _get_version_info.
Since it is GPFS we used _open_files_gpfs - but it fails since the file doesn’t exist.
In PR #8358 It is suggested that we will use _open_files_gpfs only if latest_ver_info is defined.
With this fix, we would need to test this again on a GPFS machine.
Environment info
Actual behavior
DeleteObjects does not return Deleted record in a version-enabled bucket.
Expected behavior
DeleteObjects, even on non-existing keys should return a Deleted record and create a delete marker in a version-enabled bucket.
Steps to reproduce
Execute Ceph s3-tests
test_versioning_multi_object_delete_with_marker_create()
. See code snippet above.More information - Screenshots / Logs / Other output
Log with all log level attached
noobaa_20240913_1.log.gz
The text was updated successfully, but these errors were encountered: