Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Yadong Ding <[email protected]>
  • Loading branch information
Desiki-high committed Oct 10, 2024
1 parent 980903d commit 77ca80d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integration/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,8 @@ function umount_global_shared_mnt {

function is_cache_cleared {
# With fscache driver, 2.1 nydusd don't have API to release the cache files.
# Thy locate at directory ${SNAPSHOTTER_CACHE_DIR}/cache
# Cache locate at directory ${SNAPSHOTTER_CACHE_DIR}
ls -al /var/lib/containerd/io.containerd.snapshotter.v1.nydus/cache
if [[ $(ls -A -p "${SNAPSHOTTER_CACHE_DIR}" | grep -v /) == "" ]]; then
true
else
Expand Down

0 comments on commit 77ca80d

Please sign in to comment.