Issue arising from xapi-project/xen-api#2063.
To summarise, when xapi does an import_raw_vdi, it calls vhd-tool serve with the --destination-size parameter to tell it how much to read from the source stream, which sounds counterintuitive. We should rename the argument to --source-size or similar.
Issue arising from xapi-project/xen-api#2063.
To summarise, when xapi does an
import_raw_vdi, it callsvhd-tool servewith the--destination-sizeparameter to tell it how much to read from the source stream, which sounds counterintuitive. We should rename the argument to--source-sizeor similar.