i'm running the following [root@node1 ~]# ceph --versionceph version 15.2.4 (7447c15c6ff58d7fce91843b705a268a1917325c) octopus (stable) on fedora 32.. installed from the built-in repos. I'm running into a simple issue that's rather frustrating. Here is a set of commands i'm running and output: [root@node1 ~]# ceph orch daemon add mon node3:[v2:172.16.0.47:3000,v1:172.16.0.47:6789]Deployed mon.node3 on host 'node3' [root@node1 ~]# ceph mon dumpdumped monmap epoch 4epoch 4fsid c43406b4-e8c2-11ea-b934-001b21d6d88clast_changed 2020-08-28T00:13:27.040659+0000created 2020-08-28T00:10:04.265004+0000min_mon_release 15 (octopus)0: [v2:172.16.0.45:3300/0,v1:172.16.0.45:6789/0] mon.node11: [v2:172.16.0.46:3300/0,v1:172.16.0.46:6789/0] mon.node2 it said it added it but it fails to show up? I attempt to re-add: [root@node1 ~]# ceph orch daemon add mon node3:[v2:172.16.0.47:3000,v1:172.16.0.47:6789]Error ENOENT: ('name %s already in use', 'node3') but again, it's not there, checking with a different command: [root@node1 ~]# ceph mon state4: 2 mons at {node1=[v2:172.16.0.45:3300/0,v1:172.16.0.45:6789/0],node2=[v2:172.16.0.46:3300/0,v1:172.16.0.46:6789/0]}, election epoch 16, leader 0 node1, quorum 0,1 node1,node2 this is a very basic function that I think I'm doing correctly but it seems like it's not working properly?? thanks,Mike _______________________________________________ ceph-users mailing list -- ceph-users@xxxxxxx To unsubscribe send an email to ceph-users-leave@xxxxxxx