Skip to content

Commit 4861fa9

Browse files
author
mittachaitu
committed
fix(core): dump cores on persistent location
1 parent 6a25aef commit 4861fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/entrypoint-poolimage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ else
2424
ulimit -c unlimited
2525
## /var/openebs is mounted as persistent directory on
2626
## host machine
27-
cd /var/openebs || exit
27+
cd /var/openebs/cstor-pool || exit
2828
mkdir -p core
2929
cd core
3030

0 commit comments

Comments
 (0)