User Tools

Site Tools


mbstring extension must be loaded in order to run mPDF
cephtest:cephfs

Para montar el FS en el cliente

Instalar paquete ceph-fs-common

Crear las credenciales en el server

ceph auth caps  client.user1 osd 'allow rw pool=cephfs_metadata, allow rw pool=cephfs_data' mds 'allow rw' mon 'allow r'


ceph auth ls

client.user1
	key: xxxxx==
	caps: [mds] allow rw
	caps: [mon] allow r
	caps: [osd] allow rw pool=cephfs_metadata, allow rw pool=cephfs_data

Montar en el cliente

mount.ceph monhost1,monhost2:/ /mnt -o name=user1,secretfile=/etc/ceph/user1.key,mds_namespace=cephfs

cephtest/cephfs.txt · Last modified: 2020/04/10 17:38 (external edit)