owncloud-archive / rados

Use CEPH as primary storage via librados
15 stars 7 forks source link

Recovering old versions creates new rados objects #4

Open alexm opened 9 years ago

alexm commented 9 years ago

To test old versions recovery I uploaded a text file file the contents "foo\n". Then edited the local copy, changed the contents to "foobar\n" and uploaded the file again replacing the old version.

Several objects were created on rados: the two text file versions and their respective thumbnails for the file list in apps/files view.

The funny thing is that every time I click recover on a different version of the file, new rados objects are created with previously existing contents and thumbnails.

Same setup as #1.