Skip to content

Commit

Permalink
Merge PR #16562 into master
Browse files Browse the repository at this point in the history
* refs/remotes/upstream/pull/16562/head:
	cephfs/fuse: set big_writes default is false

Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
  • Loading branch information
batrick committed Sep 6, 2017
2 parents 28ca766 + 98b9828 commit f37f2ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/options.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5909,8 +5909,8 @@ std::vector<Option> get_mds_client_options() {
.set_description(""),

Option("fuse_big_writes", Option::TYPE_BOOL, Option::LEVEL_ADVANCED)
.set_default(true)
.set_description(""),
.set_default(false)
.set_description("big_writes is deprecated in libfuse 3.0.0"),

Option("fuse_atomic_o_trunc", Option::TYPE_BOOL, Option::LEVEL_ADVANCED)
.set_default(true)
Expand Down

0 comments on commit f37f2ea

Please sign in to comment.