2장. Device-Mapper Multipath와 함께 GNBD 사용을 위한 고려 사항
장치-매퍼 멀티패스와 함께 GNBD는 여러 GNBD 서버 노드 (GNBD를 GFS 노드로 내보내기 하는 노드)를 설정하게 하여 저장 장치에 이중 경로를 제공합니다. GNBD 서버 노드는 이중 GNBD를 통해 GFS 노드에 여러 저장 장치 경로가 차례로 나타나게 합니다. 장치-매퍼 멀티패스와 함께 GNBD를 사용할 때, GNBD 서버 노드가 사용 불가능하게된 경우, 다른 GNBD 서버 노드는 저장 장치로의 액세스를 갖는 GFS 노드를 제공할 수 있습니다.
장치-매퍼 멀티패스와 함께 GNBD를 사용할 경우, 다음과 같은 사항을 고려하셔야 합니다:
- Linux page caching, as desribed in 2.1절. “Linux 페이지 캐싱 ”.
- Fencing GNBD server nodes, as described in 2.2절. “GNBD 서버 노드 Fencing ”.
- GNBD device names; export names for GNBD devices must be unique. Additionally, you must specify the
-u
or-U
when using thegnbd_export
command. Exporting GNBD devices is described in 3장. GNBD 드라이버 및 명령 사용법 .
2.1. Linux 페이지 캐싱
For GNBD with device-mapper multipath, do not specify Linux page caching (the
-c
option of the gnbd_export
command). All GNBDs that are part of a logical volume must run with caching disabled. Data corruption occurs if the GNBDs are run with caching enabled. Refer to 3.1절. “서버에서 GNBD 내보내기 ” for more information about using the gnbd_export
command for GNBD with device-mapper multipath.