Fabian Grünbichler e2e6380112 improve zpool activate_storage
the old code was way too broad here, this fixes at least the
following issues:
- importing of other/unconfigured zpools by "import -a"
- possible false positives if a pool name is a substring of
  another pool name because of "list" without pool name,
  potentially skipping activation for such pools
- not noticing failure to activate in activate_storage
  because the success of "zpool import -a" does not tell us
  anything about the pool we actually wanted to import

checking specifically for the pool to be activated when
calling "zpool list" gets rid of the second issue, and
trying to import only that pool fixes the other two.
2016-11-29 09:29:33 +01:00
2016-11-29 09:29:33 +01:00
2016-10-28 10:22:38 +02:00
2016-10-28 10:53:12 +02:00
2016-09-07 11:13:36 +02:00
2011-08-23 07:43:03 +02:00
2016-10-28 10:53:12 +02:00
2015-09-18 08:22:04 +02:00
2015-06-16 10:05:22 +02:00
Description
with PMEM support!
2.3 MiB
Languages
Perl 99.3%
Makefile 0.6%