透過您的圖書館登入
IP:3.134.253.166
  • 學位論文

基於虛擬機器之容錯系統實作

Implementing a Virtual Machine based Fault Tolerance System

指導教授 : 徐慰中
本文將於2027/08/14開放下載。若您希望在開放下載時收到通知,可將文章加入收藏

摘要


近年來,虛擬機器在雲端伺服器中被廣泛使用。一台實體機器上可能運行著數個虛擬機器,並提供數個服務。此時在這台實體機器上發生的硬體錯誤和電源錯誤將會同時影響無數運行在這台機器上的服務。因此,服務的容錯對這些伺服器來說更加重要。然而,一些商業軟體像是 VMware 所提供的容錯系統價格過於昂貴,並非所有用戶都能負擔。在這篇論文中,我們實作了 CUJU,一個開源、基於虛擬機器的容錯系統在 QEMU 2.8/Linux kernel 4.4.0 平台上,並描述此實作的設計以及運作方法。在論文的最後,我們會基於CUJU的初始版本來量測輸出延遲以及吞吐量之額外負擔,並和 VMware 的容錯系統比較。

並列摘要


In recent years, virtual machines have been widely deployed in the Cloud. A physical machine may run multiple VMs, with multiple services. Failures of a physical machine, including hardware malfunctions and power losses could affect many services running on the machine at the same time. Thus, Fault tolerance for services in the Cloud is of paramount importance for the cloud computing. However, fault tolerance support in commercial products like VMware is expensive, not affordable by many users. In this thesis, we implement CUJU, an open source virtual machine based fault tolerance system using QEMU 2.8/Linux kernel 4.4.0 and describe how it works. We also evaluate the output latency and throughput overhead of this preliminary version of CUJU and compared its performance as well as functionality with the VMware offered Fault Tolerance system on the market.

參考文獻


[1] J. Gray and D. P. Siewiorek, “High-availability computer systems,” Computer, vol. 24, no. 9, pp. 39–48, Sept 1991.
[2] “VMware.” [Online]. Available: http://www.vmware.com
[6] T. C. Bressoud and F. B. Schneider, “Hypervisor-based fault tolerance,” in Proceedings of the Fifteenth ACM Symposium on Operating Systems Principles, ser. SOSP ’95. New York, NY, USA: ACM, 1995, pp. 1–11. [Online]. Available: http://doi.acm.org/10.1145/224056.224058
[8] D.J.Scales,M.Nelson,and G.Venkitachalam,“The design of a practical system for fault-tolerant virtual machines,” SIGOPS Oper. Syst. Rev., vol. 44, no. 4, pp. 30–39, Dec. 2010. [Online]. Available: http://doi.acm.org/10.1145/1899928.1899932
[10] P. Barham, B. Dragovic, K. Fraser, S. Hand, T. Harris, A. Ho, R. Neugebauer, I. Pratt, and A. War eld, “Xen and the art of virtualization,” in Proceedings of the Nineteenth ACM Symposium on Operating Systems Principles, ser. SOSP ’03. New York, NY, USA: ACM, 2003, pp. 164–177. [Online]. Available: http://doi.acm.org/10.1145/945445.945462

延伸閱讀