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.