mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2026-01-06 21:50:59 +08:00
Formatting
This commit is contained in:
@@ -121,10 +121,8 @@ if ! fallocate -l "${SYSTEM_SIZE}" "${SYSTEM}"; then
|
||||
fi
|
||||
|
||||
if [ "$ALLOCATE" = "Z" ]; then
|
||||
|
||||
echo "Install: Preallocating 4 GB of diskspace..."
|
||||
dd if=/dev/urandom of="${SYSTEM}" count="${SYSTEM_SIZE}" bs=1M iflag=count_bytes status=none
|
||||
|
||||
fi
|
||||
|
||||
# Check if file exists
|
||||
|
||||
Reference in New Issue
Block a user