Signed-off-by: Sage Weil <sage@redhat.com>
-O <level> optimize
-n use libnss
-j with java
+-r with rocksdb
EOF
}
verbose=0
profile=0
CONFIGURE_FLAGS="--disable-static"
-while getopts "d:e:hHTPjpnvO:" flag
+while getopts "d:e:hHrTPjpnvO:" flag
do
case $flag in
d) debug_level=$OPTARG;;
j) CONFIGURE_FLAGS="$CONFIGURE_FLAGS --enable-cephfs-java";;
+ r) CONFIGURE_FLAGS="$CONFIGURE_FLAGS --with-librocksdb-static";;
+
v) verbose=1;;
e) encode_dump=$OPTARG;;