We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d88f6f1 commit ab47571Copy full SHA for ab47571
tests/zfs-tests/tests/functional/cli_root/zpool_initialize/zpool_initialize_online_offline.ksh
@@ -52,6 +52,10 @@ for type in "mirror" "anyraid1"; do
52
log_must zpool create -f $TESTPOOL $type $DISK1 $DISK2
53
else
54
log_must zpool create -f $TESTPOOL $type $DISK1 $DISK2 $DISK3
55
+ log_must dd if=/dev/urandom of=/$TESTPOOL/f1 bs=1M count=100
56
+ log_must zpool sync
57
+ log_must rm /$TESTPOOL/f1
58
59
fi
60
log_must zpool initialize $TESTPOOL $DISK1
61
0 commit comments