pub async fn create_fvm_volume(
fvm: &VolumesProxy,
instance_guid: [u8; 16],
config: &BlockDeviceConfig,
) -> (DirectoryProxy, Option<Task<()>>)
Expand description
Returns the exposed directory of the volume, as well as the task running Crypt for the volume
(if configured in config
).