node-rados
node-rados copied to clipboard
Ceph rados client for node.js
clone_range doesn't work in new node versions(+7). I see that function is there but not added to the module. So I added it but it throws error code 2. Also...
I have a user with the following auth entry in ceph: ``` client.libvirt key: [secret] caps: [mon] allow r caps: [osd] allow class-read object_prefix rbd_children, allow rwx pool=libvirt-pool ``` Following...
Hello, Is there any plans to port this to the new node versions? This is the only librados port for node. Thanks.
Hi @ksperis thank you very much for making this available in node.js! ;) Would it be possible for you wrap / expose a node.js style `createReadStream` and `createWriteStream` around `io_read()`...
Hi, I need a list function about specified pool, and I have added this function at my local for test. Could someone could help review it and let it be...