This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -u -r ceph-0.67.3/src/os/FileStore.cc ceph-0.67.3-rongze/src/os/FileStore.cc | |
--- ceph-0.67.3/src/os/FileStore.cc 2013-09-09 19:47:34.000000000 +0000 | |
+++ ceph-0.67.3-rongze/src/os/FileStore.cc 2013-12-17 04:16:28.964417431 +0000 | |
@@ -473,6 +473,50 @@ | |
plb.add_time_avg(l_os_commit_lat, "commitcycle_latency"); | |
plb.add_u64_counter(l_os_j_full, "journal_full"); | |
plb.add_time_avg(l_os_queue_lat, "queue_transaction_latency_avg"); | |
+ plb.add_time_avg(l_os_lfn_open_lat, "lfn_open_lat"); | |
+ plb.add_time_avg(l_os_lseek_lat, "lseek_lat"); | |
+ plb.add_time_avg(l_os_writefd_lat, "writefd_latency"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 9ad0efe74436b0dab934295cef3ccf07dfe0d511 Mon Sep 17 00:00:00 2001 | |
From: Rongze Zhu <[email protected]> | |
Date: Wed, 28 Aug 2013 10:09:46 +0800 | |
Subject: [PATCH] Add rbd imagebackend for Nova | |
add three flag for rbd imagebackend: | |
* libvirt_images_rbd_pool | |
* libvirt_images_rbd_ceph_conf | |
* libvirt_images_rbd_clone_image |