From 9ca55abe78d36fc1adffa80328464ae4ca176db0 Mon Sep 17 00:00:00 2001 From: ramon Date: Tue, 10 Nov 2015 12:21:53 +0000 Subject: #676: Activar automáticamente módulo para ZFS; detección correcta de ZPOOL y mostrar datos en tabla de configuración. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://opengnsys.es/svn/branches/version1.1@4727 a21b9725-9963-47de-94b9-378ad31fedc9 --- admin/Interface/getConfiguration | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'admin/Interface') diff --git a/admin/Interface/getConfiguration b/admin/Interface/getConfiguration index fbed5a98..7a9636f2 100755 --- a/admin/Interface/getConfiguration +++ b/admin/Interface/getConfiguration @@ -18,6 +18,7 @@ for ((dsk=1; dsk<=$disks; dsk++)); do MSDOS) ptt=1 ;; GPT) ptt=2 ;; LVM) ptt=3 ;; + ZPOOL) ptt=4 ;; *) ptt=0 ;; esac # Información de disco (partición 0) @@ -38,7 +39,8 @@ for ((dsk=1; dsk<=$disks; dsk++)); do *) soi=$(getOsVersion $dsk $par 2>/dev/null | cut -f2 -d:) # Sistema de archivos para datos (sistema operativo "DATA") [ -z "$soi" -a "$fsi" != "EMPTY" -a "$fsi" != "CACHE" ] && soi="DATA" - uso=$(df $(ogDiskToDev $dsk $par) | awk '{getline; printf "%d",$5}') + # Obtener porcentaje de uso. + uso=$(df $(ogMountPoint $dsk $par) | awk '{getline; printf "%d",$5}') uso=${uso:0} ;; esac -- cgit v1.2.3-18-g5258