pub async fn list_all_fxfs_volumes(disk: &Disk) -> HashSet<String>
Helper function to return a set of the volumes found within a given disk, which must have a valid GPT containing an fxfs partition in the first entry.
disk