Changes between Version 23 and Version 24 of Xen_Lab2
- Timestamp:
- Oct 21, 2009, 3:19:52 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Xen_Lab2
v23 v24 81 81 #!sh 82 82 23 VM_POLLING_INTERVAL = 1 83 160 #TM_MAD = [84 161 #name = "tm_ssh",85 162 #executable = "one_tm",86 163 #arguments = "tm_ssh/tm_ssh.conf",87 164 #default = "tm_ssh/tm_ssh.conf" ]88 83 89 169 TM_MAD = [ 90 170 name = "tm_nfs", 91 171 executable = "one_tm", 92 172 arguments = "tm_ssh/tm_nfs.conf", 93 173 default = "tm_ssh/tm_nfs.conf" ] 84 160 # TM_MAD = [ 85 161 # name = "tm_ssh", 86 162 # executable = "one_tm", 87 163 # arguments = "tm_ssh/tm_ssh.conf", 88 164 # default = "tm_ssh/tm_ssh.conf" ] 89 90 91 169 TM_MAD = [ 92 170 name = "tm_nfs", 93 171 executable = "one_tm", 94 172 arguments = "tm_ssh/tm_nfs.conf", 95 173 default = "tm_ssh/tm_nfs.conf" ] 96 97 94 98 }}} 95 99 ----