[SOLVED] Proxmox mount Cephfs on linux VM

Mayank006

Member
Dec 6, 2023
42
0
6
root@pve1:~# sudo cat /etc/ceph/ceph.conf
[global]
auth_client_required = cephx
auth_cluster_required = cephx
auth_service_required = cephx
cluster_network = 192.168.65.10/24
fsid = 5dcbd126-d511-4e12-a653-fee67d7ec467
mon_allow_pool_delete = true
mon_host = 192.168.64.8 192.168.64.9 192.168.64.10
ms_bind_ipv4 = true
ms_bind_ipv6 = false
osd_pool_default_min_size = 2
osd_pool_default_size = 3
public_network = 192.168.64.10/24

[client]
keyring = /etc/pve/priv/$cluster.$name.keyring

[mds]
keyring = /var/lib/ceph/mds/ceph-$id/keyring

[mds.pve1]
host = pve1
mds_standby_for_name = pve

[mds.pve2]
host = pve2
mds_standby_for_name = pve

[mds.pve3]
host = pve3
mds_standby_for_name = pve

[mon.pve1]
public_addr = 192.168.64.8

[mon.pve2]
public_addr = 192.168.64.9

[mon.pve3]
public_addr = 192.168.64.10


1710879812576.png
1710879868038.png

/mnt/pve/fsbrick is on pve node. How to mount on our Linux system
Our system is Deb 9 and may not support a new mount.client command
 
Last edited:
sudo mount -t ceph [IP ADDRESSES OF YOUR NODE. SEPARATED BY A SINGLE COMMA]:/ [MOUNT DIRECTORY] -o name=[USERNAME TO MOUNT AS]
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!