49b9707895
Historically, Daisy's discoverd is a fork from ironic-discoverd without changing package name. This has problems: 1) When user want to install daisy but there is already a ironic-discoverd which from OpenStack, then daisy's discoverd will not be installed due to already existed. 2) When user already installed Daisy's discoverd and later do yum update, then daisy's discoverd will be replaced by ironic-discoverd which from OpenStack. Both scenarios above will results in Daisy does not work. So This PS changes ironic-discoverd to daisy-discoverd. Change-Id: Ic505feb12271dd87e5781da28f79ca604d49374e Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
20 lines
711 B
Groff
Executable File
20 lines
711 B
Groff
Executable File
.\" Manpage for daisy-discoverd.
|
|
.TH man 8 "08 Oct 2014" "1.0" "daisy-discoverd man page"
|
|
.SH NAME
|
|
daisy-discoverd \- hardware discovery daemon for OpenStack Ironic.
|
|
.SH SYNOPSIS
|
|
daisy-discoverd CONFFILE
|
|
.SH DESCRIPTION
|
|
This command starts daisy-discoverd service, which starts and finishes
|
|
hardware discovery for nodes accessing PXE boot service (usually dnsmasq).
|
|
.SH OPTIONS
|
|
The daisy-discoverd does not take any options. However, you should supply
|
|
path to the configuration file.
|
|
.SH SEE ALSO
|
|
README page located at https://pypi.python.org/pypi/daisy-discoverd
|
|
provides some information about how to configure and use the service.
|
|
.SH BUGS
|
|
No known bugs.
|
|
.SH AUTHOR
|
|
Dmitry Tantsur (divius.inside@gmail.com)
|