On Mon, Jan 04, 2021 at 13:19:25 +0000, Daniel Berrange wrote: > On Tue, Dec 29, 2020 at 03:21:25PM -0600, Ryan Gahagan wrote: > > Signed-off-by: Ryan Gahagan <rgahagan@xxxxxxxxxxxxx> > > --- > > docs/formatdomain.rst | 11 +++++++++- > > docs/schemas/domaincommon.rng | 38 +++++++++++++++++++++++++++++++++++ > > 2 files changed, 48 insertions(+), 1 deletion(-) > > > > diff --git a/docs/formatdomain.rst b/docs/formatdomain.rst > > index 512939679b..23a7bca643 100644 > > --- a/docs/formatdomain.rst > > +++ b/docs/formatdomain.rst > > @@ -2370,6 +2370,14 @@ paravirtualized driver is specified via the ``disk`` element. > > </source> > > <target dev='sdb' bus='scsi'/> > > </disk> > > + <disk type='network' device='disk'> > > + <driver name='qemu' type='raw'/> > > + <source protocol='nfs' name='PATH'> > > + <host name='example.com' port='2049'/> > > + <nfs user='USER' group='GROUP'/> > > I'd be inclined to call this <identity> not <nfs> Yeah, that seems a bit better