diff options
author | Etienne Dechamps <[email protected]> | 2012-07-11 17:47:10 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2012-07-12 08:59:22 -0700 |
commit | cee43a7477501669920445f29990443679142336 (patch) | |
tree | 47bd0a9f4cc014c0214001d463690e399d654530 /zfs-script-config.sh.in | |
parent | 7608bd0dd01829a130cd8a4d244e197ce8fa590a (diff) |
Fix efi_use_whole_disk() when efi_nparts == 128.
Commit e5dc681a changed EFI_NUMPAR from 9 to 128. This means that the
on-disk EFI label has efi_nparts = 128 instead of 9. The index of the
reserved partition, however, is still 8. This breaks
efi_use_whole_disk(), which uses efi_nparts-1 as the index of the
reserved partition.
This commit fixes efi_use_whole_disk() when the index of the reserved
partition is not efi_nparts-1. It rewrites the algorithm and makes it
more robust by using the order of the partitions instead of their
numbering. It assumes that the last non-empty partition is the reserved
partition, and that the non-empty partition before that is the data
partition.
Signed-off-by: Brian Behlendorf <[email protected]>
Issue #808
Diffstat (limited to 'zfs-script-config.sh.in')
0 files changed, 0 insertions, 0 deletions