multinode-ceph-vagrant icon indicating copy to clipboard operation
multinode-ceph-vagrant copied to clipboard

Investigate ways to easily use XFS on VirtualBox

Open carmstrong opened this issue 7 years ago • 3 comments

See: http://docs.ceph.com/docs/jewel/rados/configuration/filesystem-recommendations/#not-recommended

As of Jewel, the Ceph team recommends against using ext4, and instead recommends XFS. I played around with vagrant-persistent-storage so our Vagrantfile would attach an XFS volume to be used for Ceph, but couldn't get it working in the hour or so I spent.

The workaround is to use:

osd max object name len = 256
osd max object namespace len = 64

...but this can cause other problems with clients that use long names. So this needs to be fixed. Help from the community would be much appreciated!

carmstrong avatar Mar 15 '17 18:03 carmstrong

@ThomasWaldmann Curious if you have any thoughts on this.

carmstrong avatar Mar 15 '17 19:03 carmstrong

Hey!

Is https://github.com/carmstrong/multinode-ceph-vagrant/pull/16 any help with this?

I have a way of attaching disks to vagrant hosts, at least for Virtualbox, but it's not portable to eg VMWare.

jeffWelling avatar Mar 21 '17 03:03 jeffWelling

I'd like to give the vagrant-persistent-storage plugin another shot so it can handle low-level storage commands to VirtualBox.

carmstrong avatar Apr 02 '17 17:04 carmstrong