• J
    virsh: Option for overriding disk type in attach-disk · dfec22cc
    Jiri Denemark 提交于
    Unless --driver tap|file option was given to attach-disk, virsh would
    generate <disk type='block'> XML which might be fine for Xen but not for
    other hypervisors. This patch introduces a new option --sourcetype which
    can be used to explicitly set the type of disk source. The option
    accepts either "file" or "block" types.
    dfec22cc
virsh.c 307.7 KB