Hi,

ceph moved away from file based config to a config store within ceph. You only need a minimal ceph.conf to bootstrap a cluster or for clients which you can generate with:

ceph config generate-minimal-conf

You can dump the current ceph config and integrate into your ceph.conf:

ceph config dump

This could probably be easily scripted to add to your ceph.conf, but I'm not aware if that is already integrated anywhere.

Zitat von Ali Akil <[email protected]>:

hallo everybody,

i noticed that adding a config for example `ceph config set global
public_network <ip>` doesn't update ceph.conf.
Is there any way to export the global configurations as a file?

Regards,
Ali

_______________________________________________
ceph-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]



_______________________________________________
ceph-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to