func (vcfg *VCFG) mergeNFS(b *VCFG) error {
    if vcfg.NFS == nil {
        vcfg.NFS = b.NFS
    } else if b.NFS != nil {