Commit 1191d0a
committed
use read/write cache on azure masters
Change Azure Masters to use ReadWrite cache.
The write is then lazily written to the disk when the cache is flushed
periodically. Customers can additionally force a flush by issuing an
f/sync or fua command.
etcd should be ok with this change since etcd does fsyncs when needed.
https://learn.microsoft.com/en-us/azure/virtual-machines/disks-performance1 parent e287078 commit 1191d0a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
0 commit comments