diff options
author | ramon <ramongomez@us.es> | 2016-01-21 09:23:29 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2016-01-21 09:23:29 +0000 |
commit | 09f41db410de721a2971dbf559885cf14fea9be9 (patch) | |
tree | c3afa675aebecb8da717d0f922536b10f0ee182b /admin/Interface | |
parent | 3249002e9894c4b75803a715574e289b1c750127 (diff) |
#711: Mostrar porcentaje de uso de cachĂ© local y no calcularlo para volĂșmenes ZFS.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@4778 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/Interface')
-rwxr-xr-x | admin/Interface/getConfiguration | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/Interface/getConfiguration b/admin/Interface/getConfiguration index db7b0a0d..356c99d8 100755 --- a/admin/Interface/getConfiguration +++ b/admin/Interface/getConfiguration @@ -37,7 +37,7 @@ for ((dsk=1; dsk<=$disks; dsk++)); do tam=${tam:-"0"} # Sistema operativo instalado case "$fsi" in - ""|EMPTY|CACHE|LINUX-SWAP|LINUX-LVM) + ""|EMPTY|LINUX-SWAP|LINUX-LVM|ZVOL) soi=""; uso=0 ;; *) soi=$(getOsVersion $dsk $par 2>/dev/null | cut -f2 -d:) # Sistema de archivos para datos (sistema operativo "DATA") |