Skip to content

Commit

Permalink
daemon/demo: remove the rbd pool
Browse files Browse the repository at this point in the history
This pool isn't mandatory anymore so we can remove it.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit a0daa88)
  • Loading branch information
dsavineau committed Aug 3, 2021
1 parent 36f34ea commit 6151fda
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/daemon/demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ MGR_IP=$MON_IP
: "${RGW_FRONTEND_PORT:=8080}"
: "${RGW_FRONTEND_TYPE:="beast"}"

: "${RBD_POOL:="rbd"}"


#######
# MON #
Expand Down Expand Up @@ -126,7 +124,6 @@ ENDHERE
# start OSD
chown --verbose -R ceph. "$OSD_PATH"
ceph-osd "${DAEMON_OPTS[@]}" -i "$OSD_ID"
ceph "${CLI_OPTS[@]}" osd pool create "$RBD_POOL" 8
done
}

Expand Down

0 comments on commit 6151fda

Please sign in to comment.