fn create_component_disks(
partition: &PartitionInfo,
offset: u64,
zero_filler_path: &str,
) -> Result<Vec<ComponentDisk>, Error>Expand description
Create one or more ComponentDisk proto messages for the given partition.
fn create_component_disks(
partition: &PartitionInfo,
offset: u64,
zero_filler_path: &str,
) -> Result<Vec<ComponentDisk>, Error>Create one or more ComponentDisk proto messages for the given partition.