Project

General

Profile

Actions

Documentation #3409

closed

ceph zfs

Added by raghunandhan g over 11 years ago. Updated almost 8 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
Category:
OSD
Target version:
-
% Done:

0%

Tags:
Backport:
Reviewed:
Affected Versions:
Pull request ID:

Description

Ceph with ZFS

I have been working around ceph quite a long and trying to stitch zfs with ceph. I was able to do it to certain extent as follows:
1. zpool creation
zpool create -f store /dev/sda4
2. set dedup
zfs set dedup=on store
3. create a mountable volume of zfs (zfs create)
zfs create -V 10G store/str
4. format the volume with ext4 and enabling xattr
mkfs ext4 -t /dev/zd0
mount -o user_xattr /dev/zd0 /osd.0

5. mkcephfs on the volume
mkcephfs -a -c /etc/ceph/ceph.conf -k /etc/ceph/keyring.bin

6. Start the ceph service
7. Mount using ceph-fuse
8. Zfs dedup works on ceph cluster now but there is a much of layers on storage following this method which slows down the performance

Actions #1

Updated by Sage Weil over 11 years ago

  • Project changed from CephFS to Ceph
Actions #2

Updated by Sage Weil over 11 years ago

  • Category set to OSD
Actions #3

Updated by John Wilkins over 11 years ago

  • Assignee set to John Wilkins
Actions #4

Updated by Sage Weil almost 8 years ago

  • Status changed from New to Rejected
Actions

Also available in: Atom PDF