Skip to content

Commit 5fd4fbf

Browse files
committed
ci: set Rook log level to DEBUG
Hopefully this helps identifying the failure when Ceph Tentacle is deployed. Signed-off-by: Niels de Vos <ndevos@ibm.com>
1 parent 3a4d240 commit 5fd4fbf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

scripts/rook.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ function deploy_rook() {
4141
sed -i 's|ROOK_CSI_ENABLE_RBD: "true"|ROOK_CSI_ENABLE_RBD: "false"|g' "${TEMP_DIR}/operator.yaml"
4242
sed -i 's|ROOK_USE_CSI_OPERATOR: "true"|ROOK_USE_CSI_OPERATOR: "false"|g' "${TEMP_DIR}/operator.yaml"
4343

44+
# enable more verbose logging
45+
sed -i 's|ROOK_LOG_LEVEL: "INFO"|ROOK_LOG_LEVEL: "DEBUG"|g' "${TEMP_DIR}/operator.yaml"
46+
4447
kubectl_retry create -f "${TEMP_DIR}/operator.yaml"
4548
# Override the ceph version which rook installs by default.
4649
if [ -z "${ROOK_CEPH_CLUSTER_IMAGE}" ]; then

0 commit comments

Comments
 (0)