]> xenbits.xensource.com Git - libvirt.git/commit
util: Add fields for VIR_STORAGE_NET_PROTOCOL_NFS to virStorageSource
authorRyan Gahagan <rgahagan@cs.utexas.edu>
Wed, 6 Jan 2021 21:32:27 +0000 (15:32 -0600)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 8 Jan 2021 14:03:52 +0000 (15:03 +0100)
commit4b2f083c34ea41f9046d5771ca1786ebdc63a72b
treeba79905a65fecab2b68d4d89f6ba534117f16633
parent6cfb4e2fe922b21bde97a1e92dc7008a5692d3c9
util: Add fields for VIR_STORAGE_NET_PROTOCOL_NFS to virStorageSource

'nfs_user'/'nfs_group' represents the XML configuration.

'nfs_uid'/'nfs_gid' is internal store when libvirt looks up the user's
uid/gid in the system.

Signed-off-by: Ryan Gahagan <rgahagan@cs.utexas.edu>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
src/util/virstoragefile.c
src/util/virstoragefile.h