From owner-freebsd-current@freebsd.org Thu Jul 25 00:27:15 2019 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 54AFDBDBE5; Thu, 25 Jul 2019 00:27:15 +0000 (UTC) (envelope-from t_uemura@macome.co.jp) Received: from smtp11.dti.ne.jp (smtp11.dti.ne.jp [202.216.231.186]) by mx1.freebsd.org (Postfix) with ESMTP id 9292985968; Thu, 25 Jul 2019 00:27:12 +0000 (UTC) (envelope-from t_uemura@macome.co.jp) Received: from towerrecords.dyndns.org ([14.193.133.120]) by smtp11.dti.ne.jp (3.11s) with ESMTP AUTH id x6P0CdV8002104; Thu, 25 Jul 2019 09:12:39 +0900 (JST) Received: by towerrecords.dyndns.org (Postfix, from userid 58) id E25C869522E; Thu, 25 Jul 2019 09:12:38 +0900 (JST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on towerrecords.dyndns.org Received: from [192.168.1.21] (p5307096-ipngn11902marunouchi.tokyo.ocn.ne.jp [114.166.45.96]) by towerrecords.dyndns.org (Postfix) with ESMTPSA id 568E0695114; Thu, 25 Jul 2019 09:12:35 +0900 (JST) From: UEMURA Tetsuya To: freebsd-stable@freebsd.org Subject: Bug 239100 - r348991 breaks unionfs Cc: freebsd-current@freebsd.org Sender: t_uemura@macome.co.jp MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.74.02 [ja] Message-Id: <20190725001238.E25C869522E@towerrecords.dyndns.org> Date: Thu, 25 Jul 2019 09:12:38 +0900 (JST) X-Rspamd-Queue-Id: 9292985968 X-Spamd-Bar: +++ Authentication-Results: mx1.freebsd.org; spf=softfail (mx1.freebsd.org: 202.216.231.186 is neither permitted nor denied by domain of t_uemura@macome.co.jp) smtp.mailfrom=t_uemura@macome.co.jp X-Spamd-Result: default: False [3.99 / 15.00]; ARC_NA(0.00)[]; SUBJECT_ENDS_SPACES(0.50)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_SPAM_SHORT(0.94)[0.939,0]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[macome.co.jp]; R_SPF_SOFTFAIL(0.00)[~all]; NEURAL_SPAM_MEDIUM(0.92)[0.923,0]; RCVD_COUNT_THREE(0.00)[4]; MX_GOOD(-0.01)[mail.macome.co.jp]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_SPAM_LONG(0.98)[0.981,0]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:10013, ipnet:202.216.224.0/19, country:JP]; IP_SCORE(0.65)[asn: 10013(3.31), country: JP(-0.04)] 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: Thu, 25 Jul 2019 00:27:15 -0000 While upgrading my ports from 12.0-RELEASE to 12-STABLE, I encountered a lot of Text file busy errors, and almost no ports I could update successfully. Then I attempted to fix/workaround the issue, and finally I found that r348991 Switch to use shared vnode locks for text files during image activation broke my uinonfs, which was the culprit for Text file busy issue. https://svnweb.freebsd.org/base?view=revision&revision=348991 I filed the issue in Bugzilla. Someone please look at the issue. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239100 P.S. For freebsd-current, r348991 was MFC r347151,347181,347968,348421,348698,348701 . -- UEMURA, Tetsuya