Re: [PATCH 1/5]virsh: disable config readonly and shareable in virsh command

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi

> -----Original Message-----
> From: Eric Blake [mailto:eblake@xxxxxxxxxx]
> Sent: Tuesday, October 22, 2013 2:26 PM
> To: Michal Privoznik; Chen Hanxiao
> Cc: libvir-list@xxxxxxxxxx
> 
> >
> > -    if (vshCommandOptBool(cmd, "shareable"))
> > +    if (vshCommandOptBool(cmd, "shareable")) {
> > +        if (mode) {
> > +            vshError(ctl, "%s", _("--shareable and --mode are mutually
> exclusive"));
> > +            goto cleanup;
> > +        }
> >          virBufferAddLit(&buf, "  <shareable/>\n");
> > +    }
> 
> I don't think either of these approaches are needed.  If you make
> --shareable an undocumented alias of --mode=shareable, then the alias
> handling code will already guarantee that only one of the two spellings
> appears, and you don't have to do any screening here.
> 

I think we still need these codes.
We can stop <TAB> to complete it and we can also undocument it.
But if users just type "--mode=readonly --shareable" and press ENTER, we still need screen here.

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




--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]