From: Adam Glasgall Date: Sat, 27 Apr 2013 04:23:14 +0000 (-0400) Subject: xm was expecting a string and was getting a unistring for machine X-Git-Tag: 0.0.40~6 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-xen-config.git/commitdiff_plain/d2146877b1b2ff7830351ffaf3f4a6ae70a98b66?ds=sidebyside;hp=d2146877b1b2ff7830351ffaf3f4a6ae70a98b66 xm was expecting a string and was getting a unistring for machine name, which resulted in the VM name always being 'invirt-database'. Use passed-in machine_name instead, since that will be a string. IBTSOCS. ---