HomeFreeBSD

Allow GPT+EFI vdevs for root pools

Description

Allow GPT+EFI vdevs for root pools

Commit 57a4edd allows the bootfs property to be set on any pool.
However, many of the zpool commands still prevent you from using
EFI labeled devices for the root pool. For example:

  1. zpool attach rpool /dev/sda /dev/sdb cannot label 'sdb': EFI labeled devices are not supported on root pools. on root devices.

For non-Solaris builds such as Linux disable this error.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #1077

Details

Provenance
Brian Behlendorf <behlendorf1@llnl.gov>Authored on Nov 6 2012, 7:33 PM
Parents
rG004324ecc646: Disable page allocation warnings for super block
Branches
Unknown
Tags
Unknown

Event Timeline

Brian Behlendorf <behlendorf1@llnl.gov> committed rGc372b36e3eba: Allow GPT+EFI vdevs for root pools (authored by Brian Behlendorf <behlendorf1@llnl.gov>).Nov 30 2012, 9:45 PM