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
If I run the touch command on an existing file on a cloudfuse directory (update access / modification times), the contents are wiped, including on the server's object store.
[ec2-user@production backup]$ ls -l
-rw-rw-rw- 1 root root 2000000000 Feb 27 06:56 backup.tar.aa
[ec2-user@production backup]$ touch backup.tar.aa
touch: setting times of `backup.tar.aa': Function not implemented
[ec2-user@production backup]$ ls -l
-rw-rw-rw- 1 root root 0 Feb 27 06:56 backup.tar.aa
Attempting to download/inspect the file via the OpenStack dashboard reveals the file is empty. I'm not worried about touch not working (access/modification times don't concern me) - but as the attempt to do this equals wiping the file, this could easily lead to inadvertent data loss.
The text was updated successfully, but these errors were encountered:
Vlad1mir-D
added a commit
to Vlad1mir-D/cloudfuse
that referenced
this issue
Jul 18, 2014
If I run the
touch
command on an existing file on a cloudfuse directory (update access / modification times), the contents are wiped, including on the server's object store.Attempting to download/inspect the file via the OpenStack dashboard reveals the file is empty. I'm not worried about touch not working (access/modification times don't concern me) - but as the attempt to do this equals wiping the file, this could easily lead to inadvertent data loss.
The text was updated successfully, but these errors were encountered: