Differences From Artifact [b8e18e84bc]:
- Executable file vws — part of check-in [973d89a386] at 2015-12-22 12:55:48 on branch trunk — Hard-stop VMs running in snapshot-mode Fixes [a81419cca7] (user: vitus, size: 25581) [annotate] [blame] [check-ins using]
To Artifact [516cb1ea0d]:
- Executable file vws — part of check-in [d3ca2e329c] at 2015-12-22 12:57:57 on branch trunk — Fix error crawled into previous commit (user: vitus, size: 25580) [annotate] [blame] [check-ins using]
| ︙ | |||
95 96 97 98 99 100 101 | 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 | - + |
m=re.search("file=([^,\s]*)",line)
if m:
result.append(m.group(1))
return result
def snapshot_mode(sock):
answer=send_command(sock,"info block")
|
| ︙ |