We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc0926e commit 03040f1Copy full SHA for 03040f1
1 file changed
scripts/rook.sh
@@ -238,6 +238,9 @@ function check_rbd_stat() {
238
continue
239
}
240
241
+ # FIXME: extra debugging because "rbd pool stats" hangs (OSDs unavailable)
242
+ kubectl -n rook-ceph logs -l app=rook-ceph-osd-prepare
243
+
244
if kubectl_retry exec -n rook-ceph "$TOOLBOX_POD" -it -- rbd pool stats "$RBD_POOL_NAME" &>/dev/null; then
245
echo "RBD ($RBD_POOL_NAME) is successfully created..."
246
break
0 commit comments