Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.
/ rados4j Public archive

Java binding for librados and librbd

Notifications You must be signed in to change notification settings

dCache/rados4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 

Repository files navigation

RADOS4J

A Java binding for librados and librbd (an alternative to https://github.com/ceph/rados-java)

Testing

The unit tests require a running CEPH instance. A ceph/demo docker container is a great way to deploy a test instance. There are three environment variables to point test to your installation: RADOS_TEST_CLUSTER, RADOS_TEST_CONF, RADOS_TEST_POOL, with admin, /etc/ceph/ceph.conf and test-pool as default values.

License:

licensed under LGPLv3 (or later)