-
Notifications
You must be signed in to change notification settings - Fork 28
/
targetd.8
37 lines (34 loc) · 901 Bytes
/
targetd.8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.TH targetd 8
.SH NAME
Daemon \- targetd
.SH DESCRIPTION
.B targetd
is a service to allow the remote configuration of block device volumes
and file systems within dedicated pools. Block devices can be exported to other
hosts via iSCSI, and filesystems can be exported via NFS.
.SH USAGE
Run
.B targetd
as root.
.SH CONFIGURATION
.B targetd
uses
.B /etc/target/targetd.yaml
for configuration. It is in YAML format, see targetd.yaml(8) for details.
.SH FILES
.B /etc/target/targetd.yaml
.br
.B /etc/target/targetd_key.pem
.br
.B /etc/target/targetd_cert.pem
.SH SEE ALSO
The remote API is defined at
.br
<https://github.com/open-iscsi/targetd/blob/master/API.md>.
targetd.yaml(8), targetcli(8), lvm(8), lsmcli(8)
.SH AUTHOR
Written by Andy Grover <[email protected]>.
.SH REPORTING BUGS
Report bugs via <[email protected]>
.br
or <https://github.com/open-iscsi/targetd/issues>