스토리지 서버 설치

고려사항

  • 방화벽 TCP/UDP 2049 포트 InBound/OutBound를 오픈합니다.

스토리지 서버 설치

  • cubectl.toml을 수정합니다.

$ vi config/cubectl.toml

[shared-storage]
install = true
storage-ip = "192.168.11.7"
private-ip = "172.16.11.7"
#volume-dir = "/data/storage"
#nfs_version = "4.1"
  • cubectl create 를 실행합니다.

$ sudo bin/cubectl create -p ~/.ssh/id_rsa -u cocktail

Last updated