標題: VM aware journaling: improving journaling file system performance in virtualization environments
作者: Huang, Ting-Chang
Chang, Da-Wei
資訊工程學系
Department of Computer Science
關鍵字: journaling file systems;virtual machines;file system consistency
公開日期: 1-三月-2012
摘要: Journaling file systems, which are widely used in modern operating systems, guarantee file system consistency and data integrity by logging file system updates to a journal, which is a reserved space on the storage, before the updates are written to the data storage. Such journal writes increase the write traffic to the storage and thus degrade the file system performance, especially in full data journaling, which logs both metadata and data updates. In this paper, a new journaling approach is proposed to eliminate journal writes in server virtualization environments, which are gaining in popularity in server platforms. Based on reliable hardware subsystems and virtual machine monitor (VMM), the proposed approach eliminates journal writes by retaining journal data (i.e. logged file system updates) in the memory of each virtual machine and ensuring the integrity of these journal data through cooperation between the journaling file systems and the VMM. We implement the proposed approach in Linux ext3 in the Xen virtualization environment. According to the performance results, a performance improvement of up to 50.9journaling approach of ext3 due to journal write elimination. In metadata-write dominated workloads, this approach could even outperform the metadata journaling approaches of ext3, which do not guarantee data integrity. These results demonstrate that, on virtual servers with reliable VMM and hardware subsystems, the proposed approach is an effective alternative to traditional journaling approaches. Copyright (c) 2011 John Wiley & Sons, Ltd.
URI: http://dx.doi.org/10.1002/spe.1069
http://hdl.handle.net/11536/15204
ISSN: 0038-0644
DOI: 10.1002/spe.1069
期刊: SOFTWARE-PRACTICE & EXPERIENCE
Volume: 42
Issue: 3
起始頁: 303
結束頁: 330
顯示於類別:期刊論文


文件中的檔案:

  1. 000299926600003.pdf

若為 zip 檔案,請下載檔案解壓縮後,用瀏覽器開啟資料夾中的 index.html 瀏覽全文。