0001-fixed-sunstone-vm-log-path.patch
| src/sunstone/models/SunstoneServer.rb | ||
|---|---|---|
| 209 | 209 |
return [404, nil] |
| 210 | 210 |
else |
| 211 | 211 |
if !ONE_LOCATION |
| 212 |
vm_log_file = LOG_LOCATION + "/#{id}.log"
|
|
| 212 |
vm_log_file = LOG_LOCATION + "/vms/#{id}.log"
|
|
| 213 | 213 |
else |
| 214 |
vm_log_file = LOG_LOCATION + "/#{id}/vm.log"
|
|
| 214 |
vm_log_file = LOG_LOCATION + "/vms/#{id}/vm.log"
|
|
| 215 | 215 |
end |
| 216 | 216 | |
| 217 | 217 |
begin |
| 218 |
- |
|