dotnwat / lua-rados

RADOS bindings for Lua
http://noahdesu.github.com/lua-rados/
7 stars 7 forks source link

lua-rados: exec support #1

Closed nmtadam closed 11 years ago

dotnwat commented 11 years ago

Basic functionality with error checking is complete, but there isn't a good way to test it because there isn't a default target class/method to call. I submitted a ticket with Ceph for feedback on adding a target that unit testers could use.

nmtadam commented 11 years ago

Have you pushed I just added xattr support and will send a pull request once I get these changes in my fork.

dotnwat commented 11 years ago

No, but you can send the request whenever and I can merge it. Hope the upgrade to c++ wasn't a pain.

nmtadam commented 11 years ago

Request sent, upgrade to C++ was quite smooth. The only issue is that I had to remove .deps directory to successfully compile. Is there a command to clean up all of the artifacts generated by autotools, to start clean.

dotnwat commented 11 years ago

git clean -dxf will remove anything that isn't being tracked by git. make distclean probably removes the .deps directory, but i'm not sure.