since we are going to deprecate restful in favor of dashboard's RESTful
API. see
https://lists.ceph.io/hyperkitty/list/dev@ceph.io/message/LBKLNXH7UQL7TLFU5G52Y2SYVME4RS6P/
and https://tracker.ceph.com/issues/47066, let's disable this module
by default. and change the option of --without-restful to
--with-restful.
Signed-off-by: Kefu Chai <kchai@redhat.com>
debug echo "ceph-mgr dashboard not built - disabling."
with_mgr_dashboard=false
fi
-with_mgr_restful=true
+with_mgr_restful=false
filestore_path=
kstore_path=
--without-dashboard)
with_mgr_dashboard=false
;;
- --without-restful)
- with_mgr_restful=false
+ --with-restful)
+ with_mgr_restful=true
;;
--seastore-devs)
parse_block_devs --seastore-devs "$2"