While steps have been taken to speed up `system.info`, it's still expensive. Especially on large/busy systems. Furthermore, the enclosure plugin only needs the `system-product-name` from the dmi information. `system.dmidecode_info` is cached at first boot and far less expensive than `system.info` so use it instead in the enclosure plugin.
PR: https://github.com/truenas/middleware/pull/7269
While steps have been taken to speed up `system.info`, it's still expensive. Especially on large/busy systems. Furthermore, the enclosure plugin only needs the `system-product-name` from the dmi information. `system.dmidecode_info` is cached at first boot and far less expensive than `system.info` so use it instead in the enclosure plugin.