hi, we use the ceph 0.613, write all the and when operate(restart|start|stop) the cluster daemon(osd|mds|mon), it will excecute the operation twice. from the code init-ceph.in: get_localname_list get_name_list "$@" for name in $what; do ..... done so the result $what will include twice the local daemons, shall we only use the get_name_list? what's get_localname_list do here? thanks! huangjun -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html