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
$ s3cmd mb s3://s3cmd-bucket
$ s3cmd put README s3://s3cmd-bucket/README # README > 15MB to get it upload through multipart
$ s3cmd abortmp s3://s3cmd-bucket/README ${UPLOAD_ID}
$ leofs-adm compact-start storage_0@127.0.0.1 all
$ leofs-adm du storage_0@127.0.0.1 # show the parts remained in AVS
Now deleting multiple objects doesn't work for children of a large object but only for children of a (virtual) directory whose name is separated by '/'.
Also there are some bugs found through vetting this issue.
How to reproduce
The result of diagnose before doing compaction
That said, there are only tombstones for parent objects. (No tombstones for children)
Now we are vetting when this bug introduced.
The text was updated successfully, but these errors were encountered: