[libvirt] [PATCH v6 5/6] virsh: Expose new virDomainFSFreeze and virDomainFSThaw API

Eric Blake eblake at redhat.com
Wed Apr 30 19:44:07 UTC 2014


On 04/30/2014 10:52 AM, Tomoki Sekiyama wrote:

> 
>> I'd think it'd be better to just allow multiple instances of
>> the arg eg
>>
>>  virsh fsfreeze  --mount <path1> --mount <path2>   <guest>
> 
> the virsh option parser rejects repeated options by
> 
>   error: option --mount already seen
> 
> so I chose comma separated list, which is also used in the
> "undefine --storage" option that takes a list of targets or source paths.
> 
> Do we need to extend the parser to enable the repeated options?
> 

The parser already accepts repeated options (well, precisely ONE
repeated option), by making that option be last in the command
description and giving it .type = VSH_OT_ARGV.  For comparison, see the
echo command in virsh.c or the send-key command in virsh-domain.c.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 604 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20140430/0992540e/attachment-0001.sig>


More information about the libvir-list mailing list