search for: dump_array

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

2006 Mar 27
1
"xm list" causing "OverflowError: int exceeds XML-RPC limits"
...029, in dumps data = m.dumps(params) File "/usr/lib64/python2.4/xmlrpclib.py", line 603, in dumps dump(v, write) File "/usr/lib64/python2.4/xmlrpclib.py", line 615, in __dump f(self, value, write) File "/usr/lib64/python2.4/xmlrpclib.py", line 675, in dump_array dump(v, write) File "/usr/lib64/python2.4/xmlrpclib.py", line 615, in __dump f(self, value, write) File "/usr/lib64/python2.4/xmlrpclib.py", line 675, in dump_array dump(v, write) File "/usr/lib64/python2.4/xmlrpclib.py", line 615, in __dump f(sel...
2018 Jul 31
7
[PATCH nbdkit 0/4] Add truncate and map filters.
This patch series proposes two new filters. * truncate: This can truncate, extend, round up or round down the size of a plugin/device. A typical usage is to fix the qemu problem that it can only handle devices which are a multiple of 512-bytes: nbdkit --filter=truncate random size=500 round-up=512 This will serve a virtual device with size 512 bytes. Reading from the last 12 bytes will