Skip to content

Commit

Permalink
br: fix warmup template
Browse files Browse the repository at this point in the history
Signed-off-by: WangLe1321 <[email protected]>
  • Loading branch information
WangLe1321 committed Jun 21, 2023
1 parent c664cb8 commit 3c3baa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/backup/restore/restore_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ then echo "not found device of mounted path $mountPath"
continue
fi
echo "start warm up device $deviceName with mounted path $mountPath"
fio --rw=read --bs=1M --iodepth=16 --ioengine=libaio --direct=1 --name=initialize-${volumeNames[$i]} --numjobs=10 --offset=0% --offset_increment=10% --size=10% --thread=1 --filename=/dev/$deviceName}
fio --rw=read --bs=256K --iodepth=128 --ioengine=libaio --name=initialize-${volumeNames[$i]} --numjobs=32 --offset=0%% --offset_increment=3%% --size=3%% --thread=1 --filename=/dev/$deviceName
i=$[i+1]
done`

Expand Down

0 comments on commit 3c3baa5

Please sign in to comment.