提交 9f050677 编写于 作者: D Daniel P. Berrangé

docs: convert virt-host-validate man page from pod to rst

This was a semi-automated conversion. First it was run through pod2rst,
and then it was manually editted to use a rst structure that matches
expectations of rst2man.
Reviewed-by: NCole Robinson <crobinso@redhat.com>
Signed-off-by: NDaniel P. Berrangé <berrange@redhat.com>
上级 f09c4d78
......@@ -224,6 +224,11 @@ manpages_rst += \
manpages/virtlogd.rst \
$(NULL)
endif ! WITH_LIBVIRTD
if WITH_HOST_VALIDATE
manpages1_rst += manpages/virt-host-validate.rst
else ! WITH_HOST_VALIDATE
manpages_rst += manpages/virt-host-validate.rst
endif ! WITH_HOST_VALIDATE
manpages_rst_html_in = \
$(manpages_rst:%.rst=%.html.in)
manpages_html = \
......
......@@ -8,3 +8,8 @@ Daemons
* `libvirtd(8) <libvirtd.html>`__ - libvirt management daemon
* `virtlockd(8) <virtlockd.html>`__ - libvirt lock management daemon
* `virtlogd(8) <virtlogd.html>`__ - libvirt log management daemon
Tools
=====
* `virt-host-validate(1) <virt-host-validate.html>`__ - validate host virtualization setup
=head1 NAME
==================
virt-host-validate
==================
virt-host-validate - validate host virtualization setup
----------------------------------
validate host virtualization setup
----------------------------------
=head1 SYNOPSIS
:Manual section: 1
:Manual group: Virtualization Support
B<virt-host-validate> [I<OPTIONS>...] [I<HV-TYPE>]
.. contents::
=head1 DESCRIPTION
SYNOPSIS
========
``virt-host-validate`` [*OPTIONS*...] [*HV-TYPE*]
DESCRIPTION
===========
This tool validates that the host is configured in a suitable
way to run libvirt hypervisor drivers. If invoked without any
arguments it will check support for all hypervisor drivers it
is aware of. Optionally it can be given a particular hypervisor
type ('qemu', 'lxc' or 'bhyve') to restrict the checks
type (``qemu``, ``lxc`` or ``bhyve``) to restrict the checks
to those relevant for that virtualization technology
=head1 OPTIONS
=over 4
OPTIONS
=======
=item C<-v>, C<--version>
``-v``, ``--version``
Display the command version
=item C<-h>, C<--help>
``-h``, ``--help``
Display the command line help
=item C<-q>, C<--quiet>
``-q``, ``--quiet``
Don't display details of individual checks being performed.
Only display output if a check does not pass.
=back
=head1 EXIT STATUS
EXIT STATUS
===========
Upon successful validation, an exit status of 0 will be set. Upon
failure a non-zero status will be set.
=head1 AUTHOR
AUTHOR
======
Daniel P. Berrangé
BUGS
====
Daniel P. Berrange
Please report all bugs you discover. This should be done via either:
=head1 BUGS
#. the mailing list
Report any bugs discovered to the libvirt community via the
mailing list L<https://libvirt.org/contact.html> or bug tracker
L<https://libvirt.org/bugs.html>.
Alternatively report bugs to your software distributor / vendor.
`https://libvirt.org/contact.html <https://libvirt.org/contact.html>`_
=head1 COPYRIGHT
#. the bug tracker
`https://libvirt.org/bugs.html <https://libvirt.org/bugs.html>`_
Alternatively, you may report bugs to your software distributor / vendor.
COPYRIGHT
=========
Copyright (C) 2012 by Red Hat, Inc.
=head1 LICENSE
virt-host-validate is distributed under the terms of the GNU GPL v2+.
LICENSE
=======
``virt-host-validate`` is distributed under the terms of the GNU GPL v2+.
This is free software; see the source for copying conditions. There
is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE
=head1 SEE ALSO
L<virsh(1)>, L<virt-pki-validate(1)>, L<virt-xml-validate(1)>
SEE ALSO
========
=cut
virsh(1), virt-pki-validate(1), virt-xml-validate(1),
`https://libvirt.org/ <https://libvirt.org/>`_
......@@ -54,7 +54,6 @@ ICON_FILES = \
PODFILES = \
virt-admin.pod \
virt-host-validate.pod \
virt-login-shell.pod \
virt-pki-validate.pod \
virt-sanlock-cleanup.pod \
......@@ -64,7 +63,6 @@ PODFILES = \
MANINFILES = \
virt-admin.1.in \
virt-host-validate.1.in \
virt-login-shell.1.in \
virt-pki-validate.1.in \
virt-sanlock-cleanup.8.in \
......@@ -118,7 +116,6 @@ endif WITH_LOGIN_SHELL
if WITH_HOST_VALIDATE
bin_PROGRAMS += virt-host-validate
man1_MANS += virt-host-validate.1
endif WITH_HOST_VALIDATE
virt-xml-validate: virt-xml-validate.in Makefile
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册