From owner-freebsd-current@freebsd.org Sat Sep 30 01:09:39 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3115E017F1 for ; Sat, 30 Sep 2017 01:09:39 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from mail.protected-networks.net (mail.protected-networks.net [IPv6:2001:470:8d59:1::8]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.protected-networks.net", Issuer "Protected Networks CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 7AEF87F322; Sat, 30 Sep 2017 01:09:39 +0000 (UTC) (envelope-from imb@protected-networks.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d= protected-networks.net; h=content-transfer-encoding :content-language:content-type:content-type:mime-version :user-agent:date:date:message-id:subject:subject:from:from; s= 201508; t=1506733776; bh=bX+ZcXaalXx3LAFs1E4uX33izpebAEyYEuCR8dP OwQ4=; b=BTBBAWfCrm2hnNXXFs+0AFpuHGJQ8s354hfDXb1cexDQ46Ks1FpiRbY 0mblITt2wAtNjDSWZYg9sNt4C2pIpQj/Bo7oh6q0rfmzP0qvFD3bO5N7WSUme0DT 9QzANh4ZCIOoQAKh7GxjjhPOMko9BK7OytEZFFYlo8Lpx6ceLvR0= Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [192.168.1.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: imb@mail.protected-networks.net) by mail.protected-networks.net (Postfix) with ESMTPSA id D70AC2E4C8; Fri, 29 Sep 2017 21:09:36 -0400 (EDT) To: freebsd-current Cc: rmacklem@freebsd.org From: Michael Butler Subject: Can't NFS mount ZFS volume Message-ID: <4cbb6150-0fcc-5393-846f-309e19cfb0ea@protected-networks.net> Date: Fri, 29 Sep 2017 21:09:35 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Sep 2017 01:09:39 -0000 Both client and server have been upgraded from SVN r324033 to r324089 Now I can't mount a ZFS dataset over NFS :-( imb@toshi:/home/imb> sudo /sbin/mount -t nfs vm01:/usr/local/exports/ /mnt imb@toshi:/home/imb> mount /dev/ada0s3a on / (ufs, local, soft-updates) devfs on /dev (devfs, local, multilabel) procfs on /proc (procfs, local) linprocfs on /usr/compat/linux/proc (linprocfs, local) linsysfs on /usr/compat/linux/sys (linsysfs, local) vm01:/usr/local/exports on /mnt (nfs) imb@toshi:/home/imb> sudo ls -l /mnt ls: /mnt: Input/output error The server shows the mount as being registered .. imb@vm01:/home/imb> showmount -a All mount points on localhost: toshi.auburn.protected-networks.net:/usr/local/exports It takes some time to complete an umount request but it does complete, Any thoughts? imb