diff --git a/xCAT-server/share/xcat/netboot/add-on/autogpfs/autogpfsc b/xCAT-server/share/xcat/netboot/add-on/autogpfs/autogpfsc index b484cc586..ca27be4f5 100755 --- a/xCAT-server/share/xcat/netboot/add-on/autogpfs/autogpfsc +++ b/xCAT-server/share/xcat/netboot/add-on/autogpfs/autogpfsc @@ -47,6 +47,13 @@ case "$1" in DOBLOCK=yes fi + if grep "\bgpfs\b" /etc/fstab >/dev/null 2>&1 + then + : + else + DOBLOCK=no + fi + while [ "$DOBLOCK" = "yes" ] do DOBLOCK=no