You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is caused by an if statement in zfs_ioc_vdev_add(). It is an artifact that we inherited from Solaris, which implemented root pool support at a time when the bootloader did not support multiple devices. The most common bootloader in use on Linux is GRUB2. As soon as we have verified that GRUB2 has no problems with such pools, it should be safe to remove this.
Under Linux this restriction does not apply because we have access
to all the required devices.
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closesopenzfs#1631
When trying to add an slog device I get the following error message.
cannot add to 'pool': root pool can not have multiple vdevs or separate logs
The only way around this is by running the following command
zpool set bootfs= pool
and then setting it back once the slog is added.The text was updated successfully, but these errors were encountered: