Skip to content

Commit

Permalink
mon: remove unnecessary arg public bind addr
Browse files Browse the repository at this point in the history
since ceph reef, monMapArg `--public-bind-addr` is not required
anymore.

Signed-off-by: shay1760 <rahulkrrai0302@gmail.com>
  • Loading branch information
shay1760 committed Apr 2, 2024
1 parent f91470a commit fb27093
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/mons/restore_quorum.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ func updateMonMap(ctx context.Context, clientsets *k8sutil.Clientsets, clusterNa
"--foreground",
fmt.Sprintf("--public-addr=%s", goodMonPublicIp),
fmt.Sprintf("--setuser-match-path=/var/lib/ceph/mon/ceph-%s/store.db", goodMon),
"--public-bind-addr=",
}

extractMonMap := []string{fmt.Sprintf("--extract-monmap=%s", monmapPath)}
Expand Down

0 comments on commit fb27093

Please sign in to comment.