Script for command ceph config set DAEMON CONFIG-OPTION VALUE
Which script is responsible for execution of the command: ceph config set DAEMON CONFIG-OPTION VALUE I want to add a check by creating regex for acceptable daemon ids/names. Regards, Suyash Dongre
It is the ceph-mon that will handle config changes for specified daemon, checkout `mon/ConfigMonitor`. -- *Dhairya Parmar* Associate Software Engineer, CephFS <https://www.redhat.com/>IBM, Inc. On Wed, Apr 17, 2024 at 1:59 PM Suyash Dongre <suyashd999@gmail.com> wrote:
Which script is responsible for execution of the command:
ceph config set DAEMON CONFIG-OPTION VALUE
I want to add a check by creating regex for acceptable daemon ids/names.
Regards,
Suyash Dongre
_______________________________________________ Dev mailing list -- dev@ceph.io To unsubscribe send an email to dev-leave@ceph.io
participants (2)
-
Dhairya Parmar
-
Suyash Dongre