Re: NFS 4.1

2017-01-17 Thread Rick Macklem
The vmware client will not work with the FreeBSD server at this time. It does
a ReclaimComplete with file system boolean set ``true``. This isn`t supported
by the FreeBSD server at this time. (vmware is the only client that does this, 
as
far as I am know.)

The fix is probably simple, but since I don`t
have access to vmware and those that reported it haven`t been able to give me
the information I need

If you are willing to test a couple of simple patches for the server in order
to resolve this, email and I`ll send them to you, rick


From: owner-freebsd-curr...@freebsd.org  on 
behalf of Michael Ware 
Sent: Tuesday, January 17, 2017 1:16:06 PM
To: Russell L. Carter
Cc: freebsd-current@freebsd.org
Subject: Re: NFS 4.1

Thanks for the reply Russell,
I'm looking to set up a 4.1 server in order to host vmware images. I have
set up an exports but I get an error stating NFS 4 is not supported when
trying to attach it in VM storage. Is there any documentation for setting
this up?
Thanks
Mike

On Tue, Jan 17, 2017 at 10:02 AM, Russell L. Carter 
wrote:

> On 01/17/17 10:38, Michael Ware wrote:
>
>> Good day,
>> Does anyone know if NFS 4.1 (not 4.0) is available in FreeBSD 11? I have
>> not been able to find any documentation around this.
>> Thanks
>>
>>
> Yes, though I'm not sure what specific feature you're looking for.
> FreeBSD interoperates with my linux NFS 4.1 servers and clients
> just fine.
>
> man nfsv4
>
> $ cat ~/bin/knuth-mount
> #! /bin/sh
>
> # man mount_nfs
> MOUNT="mount_nfs -o nfsv4,minorversion=1"
> #MOUNT="mount_nfs -o nfsv3"
>
> NFS_SERVER_HOST=knuth
> $MOUNT $NFS_SERVER_HOST:/export/packages /mnt/$NFS_SERVER_HOST/packages
> $MOUNT $NFS_SERVER_HOST:/usr/src /usr/src
> $MOUNT $NFS_SERVER_HOST:/usr/obj /usr/obj
>
> HTH,
> Russell
> ___
> freebsd-current@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
>



--
Michael Ware
UCSC Baskin Engineering
Unix, Network and Security
406-210-4725
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: NFS 4.1

2017-01-17 Thread Michael Ware
Thanks for the reply Russell,
I'm looking to set up a 4.1 server in order to host vmware images. I have
set up an exports but I get an error stating NFS 4 is not supported when
trying to attach it in VM storage. Is there any documentation for setting
this up?
Thanks
Mike

On Tue, Jan 17, 2017 at 10:02 AM, Russell L. Carter 
wrote:

> On 01/17/17 10:38, Michael Ware wrote:
>
>> Good day,
>> Does anyone know if NFS 4.1 (not 4.0) is available in FreeBSD 11? I have
>> not been able to find any documentation around this.
>> Thanks
>>
>>
> Yes, though I'm not sure what specific feature you're looking for.
> FreeBSD interoperates with my linux NFS 4.1 servers and clients
> just fine.
>
> man nfsv4
>
> $ cat ~/bin/knuth-mount
> #! /bin/sh
>
> # man mount_nfs
> MOUNT="mount_nfs -o nfsv4,minorversion=1"
> #MOUNT="mount_nfs -o nfsv3"
>
> NFS_SERVER_HOST=knuth
> $MOUNT $NFS_SERVER_HOST:/export/packages /mnt/$NFS_SERVER_HOST/packages
> $MOUNT $NFS_SERVER_HOST:/usr/src /usr/src
> $MOUNT $NFS_SERVER_HOST:/usr/obj /usr/obj
>
> HTH,
> Russell
> ___
> freebsd-current@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
>



-- 
Michael Ware
UCSC Baskin Engineering
Unix, Network and Security
406-210-4725
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: NFS 4.1

2017-01-17 Thread Russell L. Carter

On 01/17/17 10:38, Michael Ware wrote:

Good day,
Does anyone know if NFS 4.1 (not 4.0) is available in FreeBSD 11? I have
not been able to find any documentation around this.
Thanks



Yes, though I'm not sure what specific feature you're looking for.
FreeBSD interoperates with my linux NFS 4.1 servers and clients
just fine.

man nfsv4

$ cat ~/bin/knuth-mount
#! /bin/sh

# man mount_nfs
MOUNT="mount_nfs -o nfsv4,minorversion=1"
#MOUNT="mount_nfs -o nfsv3"

NFS_SERVER_HOST=knuth
$MOUNT $NFS_SERVER_HOST:/export/packages /mnt/$NFS_SERVER_HOST/packages
$MOUNT $NFS_SERVER_HOST:/usr/src /usr/src
$MOUNT $NFS_SERVER_HOST:/usr/obj /usr/obj

HTH,
Russell
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


NFS 4.1

2017-01-17 Thread Michael Ware
Good day,
Does anyone know if NFS 4.1 (not 4.0) is available in FreeBSD 11? I have
not been able to find any documentation around this.
Thanks

-- 
Mike
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"