Fixing bug 3207, setting /var/mmfs to be persistent caused performance problem for GPFS.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@14946 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
wanghuaz 2013-01-22 14:30:11 +00:00
parent efc0943a60
commit d9f1cddbe2

View File

@ -1,4 +1,4 @@
#image,file,options,comments,disable
"ALL","/var/mmfs/","persistent","for GPFS",
"ALL","/var/mmfs/","tmpfs","for GPFS",
"ALL","/var/adm/ras/","persistent","for GPFS",
"ALL","/gpfs/",,"for GPFS",

1 #image file options comments disable
2 ALL /var/mmfs/ persistent tmpfs for GPFS
3 ALL /var/adm/ras/ persistent for GPFS
4 ALL /gpfs/ for GPFS