Skip to content
Snippets Groups Projects
Commit 5693bec8 authored by Jaemyoun's avatar Jaemyoun
Browse files

Changed static Rados Ioctx var. to normal

parent c3cc2108
No related branches found
No related tags found
No related merge requests found
......@@ -47,8 +47,8 @@ import org.json.JSONObject;
*/
public class RadosClient extends DB {
private static Rados rados;
private static IoCTX ioctx;
private Rados rados;
private IoCTX ioctx;
public static final String CONFIG_FILE_PROPERTY = "rados.configfile";
public static final String CONFIG_FILE_DEFAULT = "/etc/ceph/ceph.conf";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment