Function set_up_fvm

Source
pub async fn set_up_fvm(
    controller: &ControllerProxy,
    block_device: &DirectoryProxy,
    fvm_slice_size: usize,
) -> Result<VolumeManagerProxy>
Expand description

Sets up an FVM instance on block_device. Returns a connection to the newly created FVM instance. TODO(https://fxbug.dev/339491886): Remove this.