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

Issues mapping volumes #30

Open
SnowyJaguar1034 opened this issue Oct 7, 2024 · 1 comment
Open

Issues mapping volumes #30

SnowyJaguar1034 opened this issue Oct 7, 2024 · 1 comment

Comments

@SnowyJaguar1034
Copy link

Hi, I appear to be having some issues where some of my containers won't start due to the volumes I have mapped. I'm not sure what causes it as most of the containers using ceph rbd volumes spin up without issue but others do not, I think the isse might have somehting to do with mapping a volume to multiple containers at the same time possiblky leading to file locks but native docker volumes don't have this issue so the evidence points to it being caused by this driver.

@Mantrain
Copy link

Mantrain commented Oct 9, 2024

The default options for mounting a volume is:

VOLUME_FSTYPE="ext4"
VOLUME_MKFS_OPTIONS="-O mmp"

mmp is multi mount protection. This is inteded behavior.

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

No branches or pull requests

2 participants