On Fri 11 Sep 2015 07:58:11 PM CEST, Eric Blake wrote:
>> +void qmp_blockdev_snapshot(const char *device, const char *snapshot,
>> + Error **errp)
>> +{
>> +BlockdevSnapshot snapshot_data = {
>> +.device = (char *) device,
>> +.snapshot = (char *) snap
On 10.09.2015 15:39, Alberto Garcia wrote:
> One of the limitations of the 'blockdev-snapshot-sync' command is that
> it does not allow passing BlockdevOptions to the newly created
> snapshots, so they are always opened using the default values.
>
> Extending the command to allow passing options i
On 09/10/2015 07:39 AM, Alberto Garcia wrote:
> One of the limitations of the 'blockdev-snapshot-sync' command is that
> it does not allow passing BlockdevOptions to the newly created
> snapshots, so they are always opened using the default values.
>
> Extending the command to allow passing option
One of the limitations of the 'blockdev-snapshot-sync' command is that
it does not allow passing BlockdevOptions to the newly created
snapshots, so they are always opened using the default values.
Extending the command to allow passing options is not a practical
solution because there is overlap b