Subject: | Two bugs |
Date: | Fri, 04 Jan 2013 11:32:20 -0500 |
To: | <bug-Xen-API [...] rt.cpan.org> |
From: | Randy McAnally <rsm [...] fast-serv.com> |
1. The following near the head:
local $RPC::XML::FORCE_STRING_ENCODING = 1;
Have to remove 'local' in order to actually work. Most calls fail
otherwise due to RPC::XML not actually forcing string type.
2. Around line 230, have to use this single call instead of the 4
separate API calls:
$self->Xen::API::VM::set_memory_limits($new_vm,$mem,$mem,$mem,$mem);
Otherwise API throws an error about constraint errors on each separate
call, at least on XS6.1.
--
Randy McAnally