From mboxrd@z Thu Jan 1 00:00:00 1970 To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> References: <56032855.8040607@mail.com> <64dcf91e099c1a961c684c7f8b9172b5@brasstown.quanstro.net> From: Adriano Verardo Message-ID: <5604551B.8040504@mail.com> Date: Thu, 24 Sep 2015 21:55:07 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:38.0) Gecko/20100101 Firefox/38.0 SeaMonkey/2.35 MIME-Version: 1.0 In-Reply-To: <64dcf91e099c1a961c684c7f8b9172b5@brasstown.quanstro.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Out of pseudo mount points Topicbox-Message-UUID: 6bec0a0c-ead9-11e9-9d60-3106f5b1d025 erik quanstrom wrote: > On Wed Sep 23 15:34:38 PDT 2015, adriano.verardo@mail.com wrote: >> I have 2 identical hosts (same hw, same kernel, same cpurc, ....) ... but >> >> A# import -b B /srv /srv >> A# mount /srv/kfs /n/k >> >> beeing /srv/kfs imported from B, works as expected and >> >> B# import -b A /srv /srv >> B# mount /srv/kfs /n/k >> >> beeing /srv/kfs imported from A, produces >> "mount: /n/k: Out of pseudo mount points". >> The same for all file servers imported from A. >> >> Where is/could be the (my, sure) error ? >> Can someone kindly help me ? > can this be addressed with a a reboot? No > if so, then i'd > recommend making Npsmpt larger in exportfs, it's wired to 32! > otherwise > there's a bug in exportfs that's leaking pseudo mount points. The same exportfs runs on A and B. B->A woks, A->B doesnt. Probably there is something wrong on A, not in exportfs. Not a "true" bug but a not-well-managed (because very-very strange) external event/condition. I'll investigate with some print() in the code, I don't know how to use acid on an exportfs started by listen. adriano