close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": libgmp.so.10: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Jan 19, 2009, 5:16:19 PM (17 years ago)
- Author:
-
rock
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v1
|
v2
|
|
| 12 | 12 | == 1.Idea == |
| 13 | 13 | * 資料可分為兩者 (1)DomU images/fs (2)DomU 應用程式需要的資料 |
| 14 | | * Lustre 效能最強(平行存取),但在 Xen 的環境中 XEN image 是會被當成 loop device 而被 mount |
| | 14 | * Lustre 效能最強(平行存取),但在 Xen 的環境中 XEN image 是會被當成 loop device 而被 mount ('file:/lustre/etch.img,sda1,w') |
| 15 | 15 | * 雖可提高存取效能,但也導致 heavy I/O, |
| 16 | 16 | 1. DomU 本身 Image 是否需要使用其高效能? |
| 17 | | 2. 或是DomU 本身的 image 給於單獨的 NBD (GNBS, ISCSI...),若是 DomU 的應用需要高效能存儲時,在 mount lustre 磁區 |
| | 17 | 2. 或是DomU 本身的 image 給於單獨的 NBD (GNBS, ISCSI...)(‘phy:/dev/gnbd/vmimage001,sda1,w’),若是 DomU 的應用需要高效能存儲時,在 mount lustre 磁區 |
| 18 | 18 | * 只需提供一種 Storage 方案,或是根據 user 的情境給於多種方案,像是 OpenQRM 提供 local storage、iscsi(lvm)、NFS(lvm)、aoe(lvm)... |
| 19 | 19 | |