junneyang / zumastor

Automatically exported from code.google.com/p/zumastor
0 stars 1 forks source link

Orphaned instance in 3-way qemu test harness #88

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The master process in the three-way qemu test suite appears to be left
running rather than being shut down.  No disk space was consumed in the
temporary directory where disk images were stored.  The server
progressively gets slower as more tests run, eventually needing a reboot to
clear out the orphaned processes.

zbuild    7414  9.9  4.4 589596 179372 ?       Sl   15:35   3:21
/usr/local/bin/qemu -m 512 -serial
file:/home/zbuild/zumastor/build/r1445/chained-replication.sh.serial
-monitor unix:/tmp/zuma-dapper-i386.Pw7397/monitor,server,nowait -vnc
unix:/tmp/zuma-dapper-i386.Pw7397/vnc -net
nic,macaddr=be:72:c1:ab:f3:ce,model=ne2k_pci -net tap,ifname=tap0,script=no
-snapshot -hda
/home/zbuild/zumastor/build/r1445/dapper-i386-zumastor-r1445.img -hdb
/tmp/zuma-dapper-i386.Pw7397/hdb.img -hdc
/tmp/zuma-dapper-i386.Pw7397/hdc.img -boot c -no-reboot

/tmp/zuma-dapper-i386.Pw7397# du -sh --total *
0       hdb2.img
0       hdb3.img
0       hdb.img
0       hdc2.img
0       hdc3.img
0       hdc.img
0       monitor
0       vnc
0       total

Original issue reported on code.google.com by drake.di...@gmail.com on 12 Mar 2008 at 11:15