Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate ways to easily use XFS on VirtualBox #15

Open
carmstrong opened this issue Mar 15, 2017 · 3 comments · May be fixed by #16
Open

Investigate ways to easily use XFS on VirtualBox #15

carmstrong opened this issue Mar 15, 2017 · 3 comments · May be fixed by #16

Comments

@carmstrong
Copy link
Owner

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
Copy link
Owner Author

@ThomasWaldmann Curious if you have any thoughts on this.

@jeffWelling jeffWelling linked a pull request Mar 21, 2017 that will close this issue
@jeffWelling
Copy link

Hey!

Is #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.

@carmstrong
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants