From f78428193e76bf92d36e54737bcb8a76e33e2745 Mon Sep 17 00:00:00 2001 From: Yang Yuanzhi Date: Tue, 5 Mar 2019 13:42:02 +0800 Subject: [PATCH] Fix incorrect image paths in HOME.md Signed-off-by: Yang Yuanzhi --- doc/HOME.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/HOME.md b/doc/HOME.md index bd64f39..5efa7ca 100644 --- a/doc/HOME.md +++ b/doc/HOME.md @@ -25,7 +25,7 @@ IO operations to underlying block device. A system administrator can manage cache instances via Intel CAS CLI management utility called "casadm". -![OCF Linux deployment view](deployment-1.png) +![OCF Linux deployment view](img/deployment-1.png) Another example of OCF usage is user space block level cache for QEMU (see picture below). In this example following adaptation layers may exist: @@ -40,7 +40,7 @@ and primary storage device. For example bottom adapter for caching device may be implemented using kernel bypass techniques, providing low-latency access to cache media. -![OCF deployment in QEMU example](deployment-2.png) +![OCF deployment in QEMU example](img/deployment-2.png) # Management interface Management interface delivered with Intel OCF enables system administrator to: @@ -247,7 +247,7 @@ storage device - IO completion - is signalled by calling completion function specified in IO configuration phase -![An example of IO flow](io-path.png) +![An example of IO flow](img/io-path.png) ## IO submission example ```c