Re: get contents of a storage volume in bytes

2020-06-29 Thread Daniel P. Berrange
On Sun, Jun 28, 2020 at 07:51:01PM +0530, Shashwat shagun wrote: > Hi, i have two machines with libvirt installed. I want to move a storage > volume from the 1st machine to 2nd machine with code. > > I'm thinking of reading a storage volume into a byte array/stream then > uploading through my own/

Re: get contents of a storage volume in bytes

2020-06-29 Thread Peter Krempa
On Sun, Jun 28, 2020 at 19:51:01 +0530, Shashwat shagun wrote: > Hi, i have two machines with libvirt installed. I want to move a storage > volume from the 1st machine to 2nd machine with code. > > I'm thinking of reading a storage volume into a byte array/stream then > uploading through my own/cu