1. Intel Ceph rwl
Intel的rwl是对ceph的rbd进行优化,使用可持久化高速介质来缓存rbd的数据,比如SSD。rwl就是这个代码的实现,其简称就是ReplicatedWriteLog。
2. librbd使用
一般使用rbd都是通过调用librbd库实现,比如qemu。目前L版的代码里面有两个层次的缓存,一个是image层级的缓存,一个是object层级的缓存。Intel的rwl就是实现的image层级的缓存。
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true