search for: db32

Displaying 2 results from an estimated 2 matches for "db32".

Did you mean: b32
2015 Aug 18
1
Live migration & storage copy broken since 1.2.17
Hi, It seems that live migration using storage copy is broken since libvirt 1.2.17. Here is the command line used to do the migration using virsh: virsh migrate --live --p2p --persistent --undefinesource --copy -storage-all d2b545d3-db32-48d3-b7fa-f62ff3a7fa18 qemu+tcp://dest/system XML dump of my storage: <pool type='logical'> <name>local</name> <uuid>276bda97-d6c2-4681-bc3f-0c8c221bd1b1</uuid> <capacity unit='bytes'>1024207093760</capacity> <allocati...
2005 Nov 22
6
DTrace #include problems
Howdy, I am trying to migrate several scripts to use application defined types, and am running into a few issues. When I attempt to run a script with a application defined type, it looks like the DTrace preprocessor is getting angry with me: $ cat view.d #include "httpd.h" :::acceptconnection { this->addr = (conn_rec *)copyin(arg0,sizeof(conn_rec *)); } $ dtrace -C