From owner-freebsd-current@freebsd.org Mon Mar 9 15:36:31 2020 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7A923265DC3 for ; Mon, 9 Mar 2020 15:36:31 +0000 (UTC) (envelope-from bob@rancor.immure.com) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 48bj4Z6qvfz481X for ; Mon, 9 Mar 2020 15:36:30 +0000 (UTC) (envelope-from bob@rancor.immure.com) Received: by mailman.nyi.freebsd.org (Postfix) id B16DD265DC2; Mon, 9 Mar 2020 15:36:30 +0000 (UTC) Delivered-To: current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AE66B265DC0 for ; Mon, 9 Mar 2020 15:36:30 +0000 (UTC) (envelope-from bob@rancor.immure.com) Received: from rancor.immure.com (108-84-10-9.lightspeed.austtx.sbcglobal.net [108.84.10.9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "darth.immure.com", Issuer "darth.immure.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 48bj4Z0PWhz47y4; Mon, 9 Mar 2020 15:36:29 +0000 (UTC) (envelope-from bob@rancor.immure.com) Received: from rancor.immure.com (localhost [127.0.0.1]) by rancor.immure.com (8.15.2/8.15.2) with ESMTPS id 029FaRJg083169 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 9 Mar 2020 10:36:27 -0500 (CDT) (envelope-from bob@rancor.immure.com) Received: (from bob@localhost) by rancor.immure.com (8.15.2/8.15.2/Submit) id 029FaRjZ083168; Mon, 9 Mar 2020 10:36:27 -0500 (CDT) (envelope-from bob) Date: Mon, 9 Mar 2020 10:36:26 -0500 From: Bob Willcox To: Ed Maste Cc: current Subject: Re: Is amd automount still supported in 13.0 or not? Message-ID: <20200309153626.GA83139@rancor.immure.com> Reply-To: Bob Willcox References: <20200203232333.GA37109@rancor.immure.com> <20200204.085435.139942824021996563.yasu@utahime.org> <20200204154650.GA39757@rancor.immure.com> <20200204161505.GN1309@albert.catwhisker.org> <20200308172301.GF59792@rancor.immure.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-Rspamd-Queue-Id: 48bj4Z0PWhz47y4 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.01 / 15.00]; REPLY(-4.00)[]; NEURAL_SPAM_MEDIUM(0.99)[0.987,0]; NEURAL_HAM_LONG(-1.00)[-0.996,0] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 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: Mon, 09 Mar 2020 15:36:31 -0000 On Mon, Mar 09, 2020 at 10:49:34AM -0400, Ed Maste wrote: > On Sun, 8 Mar 2020 at 13:23, Bob Willcox wrote: > > > > Thanks for the tip! That worked for me. I guess from reading the documentation > > I didn't pick up on staying with the symlinks and simply changing host to net. > > Glad it's working for you! Is there anything else that you found > tricky or surprising in migrating? Perhaps we could produce a > quick-reference transition guide. Not sure, perhaps it was just my unfamiliarity with the features of autofs, but when I tried setting up a map file I was unable to get it to work as it never mounted the filesystem. I tried following the example in the auto_master man page in the "INDIRECT VERSUS DIRECT MAPS" section and created a auto_fsmount file with this in it: /work -intr,nfsv4 10.1.132.8:/stor/work and added this to the auto_master file: /- auto_fsmount Created the /work directory but couldn't get it to actually mount the filesystem. Removing all of those changes and creating this symlink instead: lrwxr-xr-x 1 root wheel 19 Mar 8 12:19 work -> net/vader/stor/work worked and it automatically mounted the filesystem on my first access: vader:/stor/work 30T 19G 30T 0% /net/vader/stor/work So perhaps documenting how to migrate drom amd to autofs, retaining the same operational characteristics would be a help for those of us coming from that environment. Thanks, Bob -- Bob Willcox | It's possible that the whole purpose of your life is to bob@immure.com | serve as a warning to others. Austin, TX |