X-Git-Url: http://git.datanom.net/omvzfs.git/blobdiff_plain/7d6b772c83ecf6ff975233137172688da26568ab..ecee099b4e06ee713f501ad07047b76ee145496a:/src/Zpool.php diff --git a/src/Zpool.php b/src/Zpool.php index 0ef1515..6c06e3d 100644 --- a/src/Zpool.php +++ b/src/Zpool.php @@ -753,7 +753,7 @@ class OMVModuleZFSZpool extends OMVModuleAbstract { $dev = null; } $type = $match[1]; - } else if (preg_match("/^\s*([\w\d-]+)\s+/", $line, $match)) { + } else if (preg_match("/^\s*([\w\d-a-z0-9\:\.\-]+)\s+/", $line, $match)) { if ($dev) $dev .= " $match[1]"; else