[libvirt] [PATCH v2] virsh: A bit smarter attach-disk

2012-03-15 Thread Osier Yang
Detects the file type of source path if no --sourcetype and driver is specified, instead of always set the disk type as block. --- tools/virsh.c |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/tools/virsh.c b/tools/virsh.c index d45a4c9..19f9bbe 100644 ---

Re: [libvirt] [PATCH v2] virsh: A bit smarter attach-disk

2012-03-15 Thread Michal Privoznik
On 15.03.2012 11:17, Osier Yang wrote: Detects the file type of source path if no --sourcetype and driver is specified, instead of always set the disk type as block. --- tools/virsh.c |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) ACK Michal -- libvir-list mailing

Re: [libvirt] [PATCH v2] virsh: A bit smarter attach-disk

2012-03-15 Thread Osier Yang
On 03/15/2012 05:32 PM, Michal Privoznik wrote: On 15.03.2012 11:17, Osier Yang wrote: Detects the file type of source path if no --sourcetype and driver is specified, instead of always set the disk type as block. --- tools/virsh.c |7 ++- 1 files changed, 6 insertions(+), 1