another solaris disk type

This commit is contained in:
Doug MacEachern 2004-12-07 06:14:22 +00:00
parent 836d67f92f
commit 60852cf91e
1 changed files with 1 additions and 0 deletions

View File

@ -1194,6 +1194,7 @@ static fsdev_path_t *get_fsdev_paths(sigar_t *sigar,
if (!(strEQ(drv, "sd") ||
strEQ(drv, "ssd") ||
strEQ(drv, "st") ||
strEQ(drv, "dad") ||
strEQ(drv, "cmdk")))
{
continue;