Displaying 3 results from an estimated 3 matches for "ohashtable".
Did you mean:
rhashtable
2015 Dec 03
1
Re: RFC: arbitrary parameters for add_drive
...a more
> > flexible solution for this could be adding a single extra optional
> > argument as hash-table (or list of "param=value") for all these
> > rarely used parameters specific to different protocols. How would that
> > look?
>
> So that would be adding OHashtable, or using OStringList in some way?
Yes, something like either of the above; what would you think to be the
cleanest approach here?
* OHashtable
+ better representing it is a string -> string association
+ native type for GObject, Go, Java, Lua, Perl, PHP, Python, Ruby
- not ideal representatio...
2015 Dec 02
2
RFC: arbitrary parameters for add_drive
Hi,
one of the bugs we have (#1092583) is about the lack of query string
for http/https URLs: there were patches about that (not merged yet),
whose solution was to add a new optional argument "querystring".
Another bug that I'm looking at (#1118305) is about setting initiator
IQNs for iSCSI drives; a good solution IMHO would be add a new
initiator-name parameter for this.
Thinking
2015 Dec 03
0
Re: RFC: arbitrary parameters for add_drive
...it cluttered; for this, maybe a more
> flexible solution for this could be adding a single extra optional
> argument as hash-table (or list of "param=value") for all these
> rarely used parameters specific to different protocols. How would that
> look?
So that would be adding OHashtable, or using OStringList in some way?
Anyway, yes, seems reasonable.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
libguestfs lets you edit virtual machines. Supports shell scripting,
b...