← Back to team overview

bootstack-charmers team mailing list archive

[Merge] ~hillpd/charm-bcache-tuning:bug/1855466 into charm-bcache-tuning:master

 

Dan Hill has proposed merging ~hillpd/charm-bcache-tuning:bug/1855466 into charm-bcache-tuning:master.

Commit message:
Update writeback_percent charm store documentation
Commit 14ab904 reverted writeback_percent to the bcache default of '10'.
    
LP: #1855466
Signed-off-by: Dan Hill <daniel.hill@xxxxxxxxxxxxx>

Requested reviews:
  Canonical BootStack Charmers (bootstack-charmers)
Related bugs:
  Bug #1855466 in charm-bcache-tuning: "wrong writeback_percent"
  https://bugs.launchpad.net/charm-bcache-tuning/+bug/1855466

For more details, see:
https://code.launchpad.net/~hillpd/charm-bcache-tuning/+git/charm-bcache-tuning/+merge/378689
-- 
Your team Canonical BootStack Charmers is requested to review the proposed merge of ~hillpd/charm-bcache-tuning:bug/1855466 into charm-bcache-tuning:master.
diff --git a/src/README.md b/src/README.md
index f47df06..9fa1c33 100644
--- a/src/README.md
+++ b/src/README.md
@@ -20,7 +20,7 @@ Disable writethrough of sequential data writes:
 Increase the amount of dirty data the cache device will hold before
 starting to persist to the backing device:
 
-    writeback_percent: 30
+    writeback_percent: 10
 
 # Usage
 

Follow ups