Skip to content

Commit

Permalink
common/options.cc: Correct the path of the JNI engine.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgy217 committed Oct 10, 2023
1 parent bd317e5 commit b71900d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/options.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6020,7 +6020,7 @@ std::vector<Option> get_rgw_options() {
.set_description("The directory path to jni class files."),

Option("rgw_ranger_jni_engine_jar", Option::TYPE_STR, Option::LEVEL_ADVANCED)
.set_default("/usr/share/ceph/rgw/ranger/jni/nesRangerEngine.jar")
.set_default("/usr/share/ceph/rgw/ranger/engine/nesRangerEngine.jar")
.set_description("The file path to jni engine jar."),

Option("rgw_ranger_audit_url", Option::TYPE_STR, Option::LEVEL_ADVANCED)
Expand Down

0 comments on commit b71900d

Please sign in to comment.