<div dir="ltr"><div><div><div><div><div><div>I've been testing also kill and kill -9.<br></div>With kill the lock gets removed.<br></div>With kill -9 it doens't (as expected).<br><br></div>'vdi lock force-unlock' works fine but I notices 2 things:<br>
<br></div>1) the syntax doesn't mentions 'vdiname'<br>dog vdi lock {list|force-unlock} [-a address] [-p port] [-h] [-t]<br>it should be<br>dog vdi lock {list|force-unlock} [-a address] [-p port] [-h] [-t] <vdiname><br>
<br></div>2) if I don't write any vdi name, it crashes:<br><br></div><div><div><div>dog vdi lock force-unlock <br>dog exits unexpectedly (Segmentation fault).<br>dog.c:374: crash_handler<br>/lib/x86_64-linux-gnu/libpthread.so.0(+0xf02f) [0x7f834b7b402f]<br>
/lib/x86_64-linux-gnu/libc.so.6(+0x7f5b9) [0x7f834b0785b9]<br>treeview.c:63: find_vdi_with_name<br>vdi.c:2763: lock_force_unlock<br>common.c:262: do_generic_subcommand<br>dog.c:572: main<br>/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xfc) [0x7f834b017eec]<br>
dog() [0x4041a8]<br>Segmentation fault<br><br><br></div></div></div></div>