]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
os/filestore: fix filestore journal logger 12099/head
authorWei Jin <wjin.cn@gmail.com>
Mon, 21 Nov 2016 13:35:35 +0000 (21:35 +0800)
committerWei Jin <wjin.cn@gmail.com>
Tue, 22 Nov 2016 03:13:52 +0000 (11:13 +0800)
commit4fdf401670e469324f8e08afc472d66dd36f62af
treec3b52165ad1b0dece1e9f344575be343e3f3a37e
parent49bc71bacf2e932fa6f15db3e631f955e2409262
os/filestore: fix filestore journal logger

Using u64 intsead of u64_counter for journal_ops/bytes.

These two items are used to metric active journal entry/size,
active means data in journal queue and journal disk, which will be
applied soon and then become inactive or useless.

Signed-off-by: Wei Jin <wjin.cn@gmail.com>
src/os/filestore/FileStore.cc