码迷,mamicode.com
首页 > 其他好文 > 详细

Host上storage的write policy

时间:2014-06-24 10:43:39      阅读:305      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   com   width   数据   

在Cisco Server的DRAC中, 创建irtual drive时, 会看到下面的选项.

 bubuko.com,布布扣

那么Write back, write through, write back bad BBU之间的区别是什么呢?

 

Cisco官网解释如下:

=================

Write back

Data is written through the cache and to the physical drives. Performance is improved, because subsequent reads of that data can be satisfied from the cache.

 

Write through

Data is stored in the cache, and is only written to the physical drives when space in the cache is needed. Virtual drives requesting this policy fall back to Write Through caching when the BBU cannot guarantee the safety of the cache in the event of a power failure.

 

Write back bad BBU

With this policy, write caching remains Write Back even if the battery backup unit is defective or discharged.

 

简单点说, write back bad BBU性能好, 但不安全, 因为BBU坏了, 一旦断点, 就会有数据丢失.

write through安全, 但写性能不好, 因为要写到盘上才算是写好了.

write back性能好, 也安全, 因为bbu坏了, 他就自动变为write through.

 

参考资料

========================

Cisco UCS C-Series Servers Integrated Management Controller GUI Configuration Guide, Release 1.5

http://www.cisco.com/en/US/docs/unified_computing/ucs/c/sw/gui/config/guide/1.5/b_Cisco_UCS_C-series_GUI_Configuration_Guide.151_chapter_01001.html

Host上storage的write policy,布布扣,bubuko.com

Host上storage的write policy

标签:style   blog   http   com   width   数据   

原文地址:http://www.cnblogs.com/awpatp/p/3798908.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!