ovh / svfs

The Swift Virtual File System
Other
374 stars 54 forks source link

Removing via rm ./* -rf does throw Directory not empty #132

Closed geNAZt closed 6 years ago

geNAZt commented 7 years ago

Context

Steps to reproduce this issue :

  1. Reproduce issue #131 (copy the zip to a container)
  2. Run rm ./* -rf in the mountpoint
  3. You see "Directory not empty" errors

Results you expected :

All folders and files deleted

Results you observed :

It sometimes fails to clean the folders up and remove does detect files inside the folder i want to delete

xlucas commented 6 years ago

This is unfortunately a side effect of eventual consistency.