Hi, on client machines, when I use the command rbd, for example, rbd ls poolname, this message is always displayed: 2019-07-02 11:18:10.613 7fb2eaffd700 -1 set_mon_vals failed to set cluster_network = 10.1.2.0/24: Configuration option 'cluster_network' may not be modified at runtime 2019-07-02 11:18:10.613 7fb2eaffd700 -1 set_mon_vals failed to set public_network = 10.1.1.0/24: Configuration option 'public_network' may not be modified at runtime 2019-07-02 11:18:10.621 7fb2ea7fc700 -1 set_mon_vals failed to set cluster_network = 10.1.2.0/24: Configuration option 'cluster_network' may not be modified at runtime 2019-07-02 11:18:10.621 7fb2ea7fc700 -1 set_mon_vals failed to set public_network = 10.1.1.0/24: Configuration option 'public_network' may not be modified at runtime After this, rbd image names are displayed normally. If I run this command on a ceph node, this "warning/information???" messages are not displayed. Is there a way to get ride of this? Its really annoying. The only thread I found about something similar was this: https://www.spinics.net/lists/ceph-devel/msg42657.html I already tryied the commands "ceph config rm global cluster_network" and "ceph config rm global public_network", but the messages still persist. Any ideas? _______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com