Changes between Version 21 and Version 22 of Reading/XenP/cluster
- Timestamp:
- Apr 15, 2009, 11:15:43 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Reading/XenP/cluster
v21 v22 85 85 $ cd /home/one 86 86 $ vim etc/oned.conf 87 VM_POLLING_INTERVAL = 188 #TM_MAD = [89 #name = "tm_ssh",90 #executable = "one_tm",91 #arguments = "tm_ssh/tm_ssh.conf",92 #default = "tm_ssh/tm_ssh.conf" ]87 23 VM_POLLING_INTERVAL = 1 88 160 #TM_MAD = [ 89 161 #name = "tm_ssh", 90 162 #executable = "one_tm", 91 163 #arguments = "tm_ssh/tm_ssh.conf", 92 164 #default = "tm_ssh/tm_ssh.conf" ] 93 93 94 TM_MAD = [95 name = "tm_nfs",96 executable = "one_tm",97 arguments = "tm_ssh/tm_nfs.conf",98 default = "tm_ssh/tm_nfs.conf" ]94 169 TM_MAD = [ 95 170 name = "tm_nfs", 96 171 executable = "one_tm", 97 172 arguments = "tm_ssh/tm_nfs.conf", 98 173 default = "tm_ssh/tm_nfs.conf" ] 99 99 100 100 }}}