Re: [virt-tools-list] [vhostmd] conf: Improve example configuration file

2018-07-06 Thread Jim Fehlig
On 07/06/2018 07:01 AM, Richard W.M. Jones wrote: On Wed, Jun 20, 2018 at 04:04:45PM -0600, Jim Fehlig wrote: Although the upstream vhostmd config file serves primarily as an example, it should at least work and not unconditionally call commands that no longer exist. While at it, improve the co

Re: [virt-tools-list] [vhostmd] Fix help option

2018-07-06 Thread Jim Fehlig
On 07/06/2018 07:02 AM, Richard W.M. Jones wrote: On Wed, Jun 20, 2018 at 04:40:58PM -0600, Jim Fehlig wrote: Fix the short option for help, add help to the help output, and add help to the vhostmd man page. Signed-off-by: Jim Fehlig This one's gone upstream already I think, but ACK anyway.

Re: [virt-tools-list] [vhostmd] Fix help option

2018-07-06 Thread Richard W.M. Jones
On Wed, Jun 20, 2018 at 04:40:58PM -0600, Jim Fehlig wrote: > Fix the short option for help, add help to the help output, and > add help to the vhostmd man page. > > Signed-off-by: Jim Fehlig This one's gone upstream already I think, but ACK anyway. Are we going to do a new upstream release soo

Re: [virt-tools-list] [vhostmd] conf: Improve example configuration file

2018-07-06 Thread Richard W.M. Jones
On Wed, Jun 20, 2018 at 04:04:45PM -0600, Jim Fehlig wrote: > Although the upstream vhostmd config file serves primarily as an > example, it should at least work and not unconditionally call > commands that no longer exist. > > While at it, improve the comments describing the element. > > Signed

[virt-tools-list] [PATCH virt-viewer 2/3] ovirt-foreign-menu: New function storage_domain_validate()

2018-07-06 Thread Eduardo Lima (Etrunko)
It may be useful to know why the storage domain has not been listed, given that there are different reasons for that. To make it easier to provide more detailed debug messages, we move code from the callback function to this new one. Signed-off-by: Eduardo Lima (Etrunko) --- src/ovirt-foreign-me

[virt-tools-list] [PATCH virt-viewer 1/3] build: Update govirt and rest requirements

2018-07-06 Thread Eduardo Lima (Etrunko)
With these new values, 0.3.3 for libgovirt and 0.8 for librest, we can remove checks for OVIRT_REST_CALL_ERROR_CANCELLED and correspondent rest_proxy_auth_cancel(). Signed-off-by: Eduardo Lima (Etrunko) --- configure.ac| 11 --- src/remote-viewer.c | 4 2 files changed, 4 i

[virt-tools-list] [PATCH virt-viewer 3/3] ovirt-foreign-menu: Bypass errors from Host/Cluster/Data Center

2018-07-06 Thread Eduardo Lima (Etrunko)
When accessing ovirt as a regular user, it may happen that queries to Hosts, Clusters and Data Centers return errors due to insufficient permissions, while they will work fine if access is done by admin user. In this case, we skip the errors and fallback to the old method. Signed-off-by: Eduardo L

[virt-tools-list] ANNOUNCE: nbdkit 1.4.0 - an NBD server toolkit with stable plugin ABI and permissive license

2018-07-06 Thread Richard W.M. Jones
NBD is a protocol for accessing Block Devices (hard disks and disk-like things) over a Network. 'nbdkit' is a toolkit for creating NBD servers. The key features are: * Multithreaded NBD server written in C with good performance. * Minimal dependencies for the basic server. * Liberal license (