Function file_system::reserve_space_for_recover [−][src]
pub fn reserve_space_for_recover<P: AsRef<Path>>(
data_dir: P,
file_size: u64
) -> Result<()>
Create a file with hole, to reserve space for TiKV.
pub fn reserve_space_for_recover<P: AsRef<Path>>(
data_dir: P,
file_size: u64
) -> Result<()>
Create a file with hole, to reserve space for TiKV.