Skip to content

Commit 2c5faba

Browse files
committed
reduce per-virtual-disk size
1 parent ee88853 commit 2c5faba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/create_virtual_hardware.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function ensure_zpools {
4747
echo "Zpool: [$ZPOOL]"
4848
VDEV_PATH="$OMICRON_TOP/$ZPOOL.vdev"
4949
if ! [[ -f "$VDEV_PATH" ]]; then
50-
dd if=/dev/zero of="$VDEV_PATH" bs=1 count=0 seek=10G
50+
dd if=/dev/zero of="$VDEV_PATH" bs=1 count=0 seek=6G
5151
fi
5252
success "ZFS vdev $VDEV_PATH exists"
5353
if [[ -z "$(zpool list -o name | grep $ZPOOL)" ]]; then

0 commit comments

Comments
 (0)