Fixed FS count on VOL
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
<td class="data-right"><?php printf('%s/%s',$vo->READ_ERRORS,$vo->WRITE_ERRORS); ?></td>
|
||||
<td class="data-right"><?php echo $vo->display('PCT_UTILIZED'); ?></td>
|
||||
<td class="data-right"><?php echo $vo->display('PCT_RECLAIM'); ?></td>
|
||||
<td class="data-right"><?php echo count($vo->fs_byctype($ctype))-1; ?></td>
|
||||
<td class="data-right"><?php echo count($vo->fs_byctype($ctype))-count($o->fs_vol($vo->VOLUME_NAME)); ?></td>
|
||||
<td class="data-right"><?php echo count($vo->nodes_byctype($ctype))-1; ?></td>
|
||||
</tr>
|
||||
<?php } ?>
|
||||
|
Reference in New Issue
Block a user