cephとwindowsを繋げるにはcephをmountしたマシンでsmbを立てて、そのsmbにアクセスする.

あるいは、
https://docs.ceph.com/en/latest/install/windows-install/にあるようにwindowsから直接cephにアクセスする方法もある.

ここではwindows11pro(23H2)にアプリを入れて、cephと直接つなげるようにしてみる.

アプリのインストール

まずは、https://docs.ceph.com/en/latest/install/windows-install/に従って

以上でアプリのインストールは完了

設定

「ceph.conf」ファイルを用意します。場所は「%ProgramData%\ceph\ceph.conf」で「C:\ProgramData\ceph\ceph.conf」となります

[global]
    log to stderr = true
    ; Uncomment the following in order to use the Windows Event Log
    ; log to syslog = true
 
    run dir = C:/ProgramData/ceph/out
    crash dir = C:/ProgramData/ceph/out
 
    ; Use the following to change the cephfs client log level
    ; debug client = 2
[client]
    keyring = C:/ProgramData/ceph/keyring
    ; log file = C:/ProgramData/ceph/out/$name.$pid.log
    admin socket = C:/ProgramData/ceph/out/$name.$pid.asok
 
    ; client_permissions = true
    ; client_mount_uid = 1000
    ; client_mount_gid = 1000
[global]
    mon host = [v2:192.168.0.49:3300/0,v1:192.168.0.49:6789/0] [v2:192.168.0.47:3300/0,v1:192.168.0.47:6789/0] [v2:192.168.0.48:3300/0,v1:192.168.0.48:6789/0]

そして「ceph.conf」の中でkeyringを「C:/ProgramData/ceph/keyring」に配置しているので、このファイルも作ります。
windows向けなので新たに keyring を作りました

[root@ceph01 ~]# ceph fs authorize emfs client.win11 / rwp
[client.win11]
        key = AQCMqsJngYVqJhAAz7tE42DIrFIVmkoX/4PE9w==
        caps mds = "allow rwp fsname=emfs"
        caps mon = "allow r fsname=emfs"
        caps osd = "allow rw tag cephfs data=emfs"
[root@ceph01 ~]#

この中身を「C:/ProgramData/ceph/keyring」にコピーします

実行

ネットワークドライブを作る感じになります。
コマンドプロンプトを立ち上げて

ceph-dokan --id win11 -l x

これでドライブXが作られてemfsに繋がります。

ただ、これはroot権限で、ceph.confのclient_mount_uid/client_mount_gidでアクセスユーザを制限した方がいいのかも。

面倒ならsmbで共有させたほうがアクセス管理的には楽かな.

最新の60件
2025-04-27 2025-04-26 2025-04-25 2025-04-24 2025-04-17 2025-04-15 2025-04-13 2025-04-02 2025-04-01 2025-03-31 2025-03-29 2025-03-28 2025-03-27 2025-03-26 2025-03-23 2025-03-22 2025-03-20 2025-03-17 2025-03-16 2025-03-15 2025-03-06 2025-03-03 2025-03-01
  • Ceph/windows
2025-02-18 2025-02-17 2025-02-14 2025-02-12 2025-02-03 2025-02-02 2025-01-27 2025-01-26 2025-01-25 2025-01-24 2025-01-23

edit


トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2025-03-01 (土) 16:46:03