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

custom ceph config path #31

Open
dwahdany opened this issue Nov 11, 2024 · 0 comments
Open

custom ceph config path #31

dwahdany opened this issue Nov 11, 2024 · 0 comments

Comments

@dwahdany
Copy link

is it possible to configure the bind paths for the plugin? it expects the config to be in /etc/ceph, but with microceph the config is actually in /var/snap/microceph/current/conf/

docker plugin inspect wetopi/rbd
[...] "Mounts": [

                {
                    "Description": "",
                    "Destination": "/etc/ceph",
                    "Name": "",
                    "Options": [
                        "rbind"
                    ],
                    "Settable": null,
                    "Source": "/etc/ceph",
                    "Type": "bind"
                },

you can just copy ceph.conf and ceph.client.admin.keyring into /etc/ceph, but if there was a way to mount the proper folder directly that'd be preferable.

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

1 participant