mirror of
https://github.com/ceph/ceph
synced 2024-12-11 14:09:09 +00:00
731ea68bfb
The "fqdn" (fully-qualified domain name) was misspelled in a couple places as fgdn". Use the correct spelling. Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
9 lines
248 B
Plaintext
9 lines
248 B
Plaintext
<disk type='network' device='disk'>
|
|
<source protocol='rbd' name='poolname/imagename'>
|
|
<host name='{fqdn}' port='6789'/>
|
|
<host name='{fqdn}' port='6790'/>
|
|
<host name='{fqdn}' port='6791'/>
|
|
</source>
|
|
<target dev='vda' bus='virtio'/>
|
|
</disk>
|