On Mon, 2016-12-05 at 11:31 +0100, Michal Privoznik wrote:
[...]
+<pre>
+$ cat /etc/nsswitch.conf
+# /etc/nsswitch.conf:
+hosts: files libvirt-guest dns
+# ...
+</pre>
+ <p>Or users can enable both at the same time:</p>
+<pre>
+$ cat /etc/nsswitch.conf
+# /etc/nsswitch.conf:
+hosts: files libvirt libvirt-guest dns
+# ...
+</pre>
I just realized that, while the documentation consistently
refers to the new module as "libvirt-guest", the module is
actually called "libvirt_guest". In particular, the examples
above won't work at all.
We should change one or the other before release.
--
Andrea Bolognani / Red Hat / Virtualization