Bug 1206502

Summary: Useless message from fsck.btrfs
Product: [Fedora] Fedora Reporter: Harald Hoyer <harald>
Component: btrfs-progsAssignee: Josef Bacik <josef>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: esandeen, josef, mmahut, zab
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-27 21:21:55 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Harald Hoyer 2015-03-27 09:54:09 UTC
Please remove the useless output of /sbin/fsck.btrfs.

if $AUTO; then
	echo "$0: BTRFS file system."

This output does not add anything, but is a disturbing element of booting up a system. It's the only message I get, when starting my system, before gdm is started.

Comment 1 Eric Sandeen 2015-03-27 21:21:55 UTC
Please suggest this upstream, if it's sufficiently disturbing for you - I'm afraid I'm not going to champion that cause.  :)

(FWIW, it's modeled off what XFS does, as well).

Thanks,
-Eric

Comment 2 Zach Brown 2015-03-27 22:02:29 UTC
Seemed pretty easy to throw together a quick patch to silence it:

  https://www.mail-archive.com/linux-btrfs@vger.kernel.org/msg42598.html

We'll see what people think of it.

Comment 3 Eric Sandeen 2015-03-27 22:04:49 UTC
Thanks Zach.  :)