From 081cf365fded6cbb11a531a66d018d2af024ed81 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 7 Oct 2009 16:45:02 -0700 Subject: [PATCH] filestore: be less excited about btrfs version --- src/os/FileStore.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/os/FileStore.cc b/src/os/FileStore.cc index 465fb34c664c4..186fcf3c37e33 100644 --- a/src/os/FileStore.cc +++ b/src/os/FileStore.cc @@ -510,7 +510,7 @@ int FileStore::mount() btrfs = 2; int r = _do_clone_range(fsid_fd, -1, 0, 1); if (r == -EBADF) { - dout(0) << "mount detected shiny new btrfs" << dendl; + dout(0) << "mount detected btrfs" << dendl; } else { dout(0) << "mount detected dingey old btrfs (r=" << r << " " << strerror_r(-r, buf, sizeof(buf)) << ")" << dendl; btrfs = 1; -- 2.39.5