Skip to content

Commit 355bcc0

Browse files
committed
debugging
1 parent 2c5faba commit 355bcc0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tools/create_virtual_hardware.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@ function ensure_zpools {
5454
zpool create -f "$ZPOOL" "$VDEV_PATH"
5555
fi
5656
success "ZFS zpool $ZPOOL exists"
57+
# XXX-dap
58+
pwd
59+
ls -l "$VDEV_PATH"
60+
du -sh "$VDEV_PATH"
61+
df -h "$VDEV_PATH"
62+
df -h
63+
df -h /tmp
64+
mount
5765
done
5866
done
5967
}

0 commit comments

Comments
 (0)