...instead of pre-mimic config-key set.
Signed-off-by: John Spray <john.spray@redhat.com>
EOF
if $with_mgr_dashboard ; then
- ceph_adm config-key set mgr/dashboard/$name/server_port $MGR_PORT
+ ceph_adm config set mgr mgr/dashboard/$name/server_port $MGR_PORT
if [ $mgr -eq 1 ]; then
DASH_URLS="http://$IP:$MGR_PORT"
else
fi
MGR_PORT=$(($MGR_PORT + 1000))
- ceph_adm config-key set mgr/restful/$name/server_port $MGR_PORT
+ ceph_adm config set mgr mgr/restful/$name/server_port $MGR_PORT
if [ $mgr -eq 1 ]; then
RESTFUL_URLS="https://$IP:$MGR_PORT"
else