change the mount point of localdisk
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@16264 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
75980fabbf
commit
f212c3c7b3
@ -15,7 +15,7 @@ SYNCLIST="${MNTDIR}/$SL/litefile" # the list of files to sync
|
||||
TREEMOUNT="${MNTDIR}/$SL/mnt" # where I mount all the trees.
|
||||
TMPFS="${MNTDIR}/$SL/tmpfs"
|
||||
DEFAULT="${MNTDIR}/.default"
|
||||
LOCAL="${MNTDIR}/.sllocal"
|
||||
LOCAL="${MNTDIR}/.sllocal/localmnt"
|
||||
LOG="${MNTDIR}/${SL}/statelite.log"
|
||||
ELIST=[] # entry list, each entry will contain the type and the path
|
||||
declare -a CLIST
|
||||
|
@ -15,7 +15,7 @@ SYNCLIST="${MNTDIR}/$SL/litefile" # the list of files to sync
|
||||
TREEMOUNT="${MNTDIR}/$SL/mnt" # where I mount all the trees.
|
||||
TMPFS="${MNTDIR}/$SL/tmpfs"
|
||||
DEFAULT="${MNTDIR}/.default"
|
||||
LOCAL="${MNTDIR}/.sllocal"
|
||||
LOCAL="${MNTDIR}/.sllocal/localmnt"
|
||||
LOG="${MNTDIR}/${SL}/statelite.log"
|
||||
ELIST=[] # entry list, each entry will contain the type and the path
|
||||
declare -a CLIST
|
||||
|
Loading…
Reference in New Issue
Block a user