mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-26 19:35:12 +00:00
We stop using fallocate for allocating swap since it does not work on xfs (#6650). However, dd is much slower than fallocate since it filling data on the file, let's use fallocate when filesystem is ext4 since it actually works and faster. Signed-off-by: Takuya ASADA <syuu@scylladb.com>